diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-23 01:33:55 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-23 01:33:55 +0000 |
commit | fcfde219d56f661cbbdb46077d166fdf2046d5f0 (patch) | |
tree | 6f6452717d480fc723cb34dac6821c9a57f49795 /net/tapidbus | |
parent | d62f44f24081b479732367e1a0a910179d98b16f (diff) | |
download | FreeBSD-ports-fcfde219d56f661cbbdb46077d166fdf2046d5f0.zip FreeBSD-ports-fcfde219d56f661cbbdb46077d166fdf2046d5f0.tar.gz |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
Diffstat (limited to 'net/tapidbus')
-rw-r--r-- | net/tapidbus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tapidbus/Makefile b/net/tapidbus/Makefile index 0287e18..e225d6a 100644 --- a/net/tapidbus/Makefile +++ b/net/tapidbus/Makefile @@ -14,12 +14,13 @@ MASTER_SITES= SF/tapioca-voip/OldFiles MAINTAINER= ports@FreeBSD.org COMMENT= Abstraction layer for interprocess communication +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_GMAKE= yes -USE_GNOME= pkgconfig glib20 gnomehack +USE_GNOME= glib20 gnomehack USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} |