diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-23 01:33:55 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-23 01:33:55 +0000 |
commit | 86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb (patch) | |
tree | 6f6452717d480fc723cb34dac6821c9a57f49795 /x11 | |
parent | de0b37c73a99474e2e508d23231f9c4dfb1ff7c1 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=301362
Diffstat (limited to 'x11')
-rw-r--r-- | x11/simdock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/simdock/Makefile b/x11/simdock/Makefile index 623947f1a70b..3fee018a8387 100644 --- a/x11/simdock/Makefile +++ b/x11/simdock/Makefile @@ -15,8 +15,10 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A fast and customizable dockbar +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config + GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnomeprefix pkgconfig gconf2 libwnck +USE_GNOME= gnomehack gnomeprefix gconf2 libwnck USE_WX= 2.8 WX_CONF_ARGS= absolute |