summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormarino <marino>2012-08-13 08:01:54 +0000
committermarino <marino>2012-08-13 08:01:54 +0000
commit171eede41a13163983924521040b14a5c3c48c37 (patch)
tree029327b110aa0cd19a2ada8fb1b36f639311886f /devel
parent56582a98fd8dfc65e79bab5a8f4758c339fb2997 (diff)
downloadpkgsrc-171eede41a13163983924521040b14a5c3c48c37.tar.gz
devel/pkg-config: USE_TOOLS+= msgfmt
Breaks at configure if msgfmt tool not found on system.
Diffstat (limited to 'devel')
-rw-r--r--devel/pkg-config/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
index d93a8ddc5c5..7f575122f1a 100644
--- a/devel/pkg-config/Makefile
+++ b/devel/pkg-config/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/08/13 07:50:39 tron Exp $
+# $NetBSD: Makefile,v 1.21 2012/08/13 08:01:54 marino Exp $
DISTNAME= pkg-config-0.27
PKGREVISION= 1
@@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+USE_TOOLS+= msgfmt
CONFIGURE_ARGS+= --with-internal-glib
# needed since it can't use pkg-config to find glib2...
#CONFIGURE_ARGS+= GLIB_CFLAGS="-I${BUILDLINK_PREFIX.glib2}/include/glib/glib-2.0 -I${BUILDLINK_PREFIX.glib2}/lib/glib-2.0/include"