diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-23 09:33:55 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-23 09:33:55 +0800 |
commit | fcfde219d56f661cbbdb46077d166fdf2046d5f0 (patch) | |
tree | 6f6452717d480fc723cb34dac6821c9a57f49795 /x11-toolkits | |
parent | d62f44f24081b479732367e1a0a910179d98b16f (diff) | |
download | freebsd-ports-graphics-fcfde219d56f661cbbdb46077d166fdf2046d5f0.tar.gz freebsd-ports-graphics-fcfde219d56f661cbbdb46077d166fdf2046d5f0.tar.zst freebsd-ports-graphics-fcfde219d56f661cbbdb46077d166fdf2046d5f0.zip |
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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fxscintilla/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-sexy/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/fxscintilla/Makefile b/x11-toolkits/fxscintilla/Makefile index a9719f054ea..597bfb05659 100644 --- a/x11-toolkits/fxscintilla/Makefile +++ b/x11-toolkits/fxscintilla/Makefile @@ -17,9 +17,10 @@ COMMENT= A Fox toolkit reimplementation of Scintilla editing widget LICENSE= LGPL21 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes diff --git a/x11-toolkits/py-sexy/Makefile b/x11-toolkits/py-sexy/Makefile index 4a358572601..9313b78f645 100644 --- a/x11-toolkits/py-sexy/Makefile +++ b/x11-toolkits/py-sexy/Makefile @@ -16,10 +16,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Libsexy bindings for Python +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= sexy.2:${PORTSDIR}/x11-toolkits/libsexy USE_AUTOTOOLS= libtool -USE_GNOME= pygtk2 pkgconfig +USE_GNOME= pygtk2 USE_PYTHON= yes GNU_CONFIGURE= yes |