diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
commit | d9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch) | |
tree | 0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /ports-mgmt | |
parent | 7c7d7065529de83ad11e25e81432355d363a367e (diff) | |
download | marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.bz2 marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.lz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.xz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip |
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/packagekit-qt4/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/packagekit/Makefile | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ports-mgmt/packagekit-qt4/Makefile b/ports-mgmt/packagekit-qt4/Makefile index 3a459f237..29ea5cb9e 100644 --- a/ports-mgmt/packagekit-qt4/Makefile +++ b/ports-mgmt/packagekit-qt4/Makefile @@ -1,6 +1,6 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/ports-mgmt/packagekit-qt4/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= packagekit-qt4 PORTVERSION= 0.8.8 @@ -14,6 +14,7 @@ COMMENT= Qt4 bindings to packagekit BUILD_DEPENDS= packagekit>=0.8.8:${PORTSDIR}/ports-mgmt/packagekit RUN_DEPENDS= packagekit>=0.8.8:${PORTSDIR}/ports-mgmt/packagekit +NO_STAGE= yes USE_XZ= yes USE_LDCONFIG= yes USES= cmake:outsource pkgconfig diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 69d5d7ded..ef0a63459 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -12,10 +12,11 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A DBUS packaging abstraction layer BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof +NO_STAGE= yes USE_XZ= yes USES= gettext gmake iconv pathfix shared-mime-info USE_GNOME= glib20 intltool introspection |