aboutsummaryrefslogtreecommitdiff
path: root/devel/dbus
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-02-17 20:12:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-02-17 20:12:30 +0000
commit9f677a94342fa068b0e38d248b59261d74d49489 (patch)
tree9040ab9412a6307dd8087f00eea643149bc04c10 /devel/dbus
parent2466e8fe2618b225a1fd68d3a87c732ba4829d91 (diff)
downloadports-9f677a94342fa068b0e38d248b59261d74d49489.tar.gz
ports-9f677a94342fa068b0e38d248b59261d74d49489.zip
Hide USE_RC_SUBR behind !defined(DBUS_SLAVE).
Notes
Notes: svn path=/head/; revision=156232
Diffstat (limited to 'devel/dbus')
-rw-r--r--devel/dbus/Makefile2
1 files changed, 1 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"