aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dbus
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-02-18 04:12:30 +0800
committermarcus <marcus@FreeBSD.org>2006-02-18 04:12:30 +0800
commitd566795996e92089db7e34200d5b171f8e7f9ad8 (patch)
tree5f524117346ebd6eca0b2863719106464934ee39 /devel/dbus
parentf684489fd757d2325d7b18854b6802428c95bfde (diff)
downloadfreebsd-ports-gnome-d566795996e92089db7e34200d5b171f8e7f9ad8.tar.gz
freebsd-ports-gnome-d566795996e92089db7e34200d5b171f8e7f9ad8.tar.zst
freebsd-ports-gnome-d566795996e92089db7e34200d5b171f8e7f9ad8.zip
Hide USE_RC_SUBR behind !defined(DBUS_SLAVE).
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"