diff options
-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} |