diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-17 20:12:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-17 20:12:30 +0000 |
commit | 9f677a94342fa068b0e38d248b59261d74d49489 (patch) | |
tree | 9040ab9412a6307dd8087f00eea643149bc04c10 /devel | |
parent | 2466e8fe2618b225a1fd68d3a87c732ba4829d91 (diff) |
Hide USE_RC_SUBR behind !defined(DBUS_SLAVE).
Notes
Notes:
svn path=/head/; revision=156232
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dbus/Makefile | 2 | ||||
-rw-r--r-- | devel/py-dbus/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index b71843ef91d0..36ae3bc79439 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -21,7 +21,6 @@ USE_GNOME?= gnomehack glib20 libxml2 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes -USE_RC_SUBR= dbus USE_REINPLACE= yes CONFIGURE_ARGS?=--disable-gtk \ --disable-python \ @@ -39,6 +38,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if !defined(DBUS_SLAVE) +USE_RC_SUBR= dbus OPTIONS= QT "Enable Qt client support" off PLIST_SUB= VERSION="1.0" diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile index 12bad4a30c92..214ec8380f0f 100644 --- a/devel/py-dbus/Makefile +++ b/devel/py-dbus/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 4 CATEGORIES= devel gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |