diff options
author | marcus <marcus@FreeBSD.org> | 2005-07-09 11:50:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-07-09 11:50:52 +0800 |
commit | 09384cd3e3179c3886b21e7e1c4488ae980a3a47 (patch) | |
tree | 9121a9beff328ca547063a4b94bf907c0076a9cb /devel | |
parent | 56c1e5af694f3863c5da0b425a6e572904eaafe9 (diff) | |
download | freebsd-ports-graphics-09384cd3e3179c3886b21e7e1c4488ae980a3a47.tar.gz freebsd-ports-graphics-09384cd3e3179c3886b21e7e1c4488ae980a3a47.tar.zst freebsd-ports-graphics-09384cd3e3179c3886b21e7e1c4488ae980a3a47.zip |
Disable GTK+ support since it's only used for one tool, and that tool doesn't
seem to work anyway.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dbus/Makefile | 6 | ||||
-rw-r--r-- | devel/dbus/pkg-plist | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index 90d4c493318..7f893846d60 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -7,7 +7,7 @@ PORTNAME= dbus PORTVERSION= 0.34 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/ @@ -17,13 +17,13 @@ COMMENT?= A message bus system for inter-application communication BUILD_DEPENDS?= bash:${PORTSDIR}/shells/bash LIB_DEPENDS?= expat.5:${PORTSDIR}/textproc/expat2 -USE_GNOME?= gnomehack gtk20 libxml2 +USE_GNOME?= gnomehack glib20 libxml2 USE_GMAKE= yes USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes USE_RC_SUBR= yes USE_REINPLACE= yes -CONFIGURE_ARGS?=--enable-gtk \ +CONFIGURE_ARGS?=--disable-gtk \ --disable-python \ --disable-gcj \ --disable-mono \ diff --git a/devel/dbus/pkg-plist b/devel/dbus/pkg-plist index 61622ebfa1d..9ee90cf7ab0 100644 --- a/devel/dbus/pkg-plist +++ b/devel/dbus/pkg-plist @@ -4,7 +4,6 @@ bin/dbus-daemon bin/dbus-launch bin/dbus-monitor bin/dbus-send -bin/dbus-viewer etc/dbus-1/session.conf etc/dbus-1/system.conf etc/rc.d/dbus.sh |