summaryrefslogtreecommitdiffstats
path: root/devel/dbus/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-10 12:56:53 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-10 12:56:53 +0800
commitb078e76d03127af070ac9c26730221c6cce70bb4 (patch)
tree5aa197bf04ea95862c95167f0c9cf6d00518d94d /devel/dbus/Makefile
parentf71fe6e084fd11abcedce896bbfb4aa3d0c442d7 (diff)
downloadmarcuscom-ports-b078e76d03127af070ac9c26730221c6cce70bb4.tar
marcuscom-ports-b078e76d03127af070ac9c26730221c6cce70bb4.tar.gz
marcuscom-ports-b078e76d03127af070ac9c26730221c6cce70bb4.tar.bz2
marcuscom-ports-b078e76d03127af070ac9c26730221c6cce70bb4.tar.lz
marcuscom-ports-b078e76d03127af070ac9c26730221c6cce70bb4.tar.xz
marcuscom-ports-b078e76d03127af070ac9c26730221c6cce70bb4.tar.zst
marcuscom-ports-b078e76d03127af070ac9c26730221c6cce70bb4.zip
* Use USE_LDCONFIG instead of INSTALLS_SHLIB
* Respect WITHOUT_X11, and prevent USE_XLIB from being passed to dbus slaves git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dbus/Makefile')
-rw-r--r--devel/dbus/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile
index 92b639634..13dfa8945 100644
--- a/devel/dbus/Makefile
+++ b/devel/dbus/Makefile
@@ -16,11 +16,10 @@ COMMENT= A message bus system for inter-application communication
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
-USE_XLIB= yes
USE_GNOME= gnomehack gnometarget libxml2
USE_GMAKE= yes
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ARGS=--localstatedir=/var \
--with-test-socket-dir=${WRKDIR} \
--with-system-pid-file=/var/run/dbus/dbus.pid \
@@ -41,6 +40,10 @@ MAN1= dbus-cleanup-sockets.1 dbus-daemon.1 dbus-launch.1 \
dbus-monitor.1 dbus-send.1
.endif
+.if !defined(WITHOUT_X11)
+USE_XLIB= yes
+.endif
+
.include <bsd.port.pre.mk>
post-patch: