summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron>2012-08-13 07:50:39 +0000
committertron <tron>2012-08-13 07:50:39 +0000
commitd8505fc1b8350e5d2e443521afc60b3e94a4501a (patch)
treea7acc98382d579bcdc85fc4ed1d61d6877d56aa7 /devel
parent334e1ae28785043658bd27955654442bb9261261 (diff)
downloadpkgsrc-d8505fc1b8350e5d2e443521afc60b3e94a4501a.tar.gz
Add dependence on "gettext-lib" package. This fixes the build under
Mac OS X Lion, no changes under NetBSD/amd64 6.0_BETA2. Bump package revision because the binary package might have changed on some platforms.
Diffstat (limited to 'devel')
-rw-r--r--devel/pkg-config/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
index b585b04d50a..d93a8ddc5c5 100644
--- a/devel/pkg-config/Makefile
+++ b/devel/pkg-config/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2012/08/12 16:28:06 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2012/08/13 07:50:39 tron Exp $
DISTNAME= pkg-config-0.27
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://pkgconfig.freedesktop.org/releases/
@@ -48,6 +49,7 @@ CONFIGURE_ARGS+= --with-pc-path='$${libdir}/pkgconfig:$${datadir}/pkgconfig:${PK
BUILDLINK_PASSTHRU_DIRS= /private-dep /public-dep /requires-test
TEST_TARGET= check
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
#.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"