From 1c096670664c68060f750a9f214c0672a3d71b59 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Tue, 23 Nov 2010 14:29:29 +0000 Subject: [PATCH] Remove the dbus dependancy. It is only used in the gdbus tests. --- devel/glib20/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index f67ff1396d89..947bfb839b3f 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -9,7 +9,7 @@ PORTNAME= glib PORTVERSION= 2.26.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ @@ -31,8 +31,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING .if !defined(REFERENCE_PORT) -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \ - dbus-1.3:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre USE_GETTEXT= yes USE_AUTOTOOLS= libtool:22