summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-15 14:10:13 +0000
committerrillig <rillig>2006-07-15 14:10:13 +0000
commitc9010625039d0157a92628c754c3283101272e93 (patch)
tree682e3bd4ff9c4f23abe08f56312ffbd1920a1b05 /x11
parent1c36539a51eb935ad272f00dce87772c60063a6a (diff)
downloadpkgsrc-c9010625039d0157a92628c754c3283101272e93.tar.gz
The native AWK of Solaris cannot patch the configure file, so gawk is
needed. Fixes PR 33998.
Diffstat (limited to 'x11')
-rw-r--r--x11/wxGTK/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wxGTK/Makefile.common b/x11/wxGTK/Makefile.common
index f2f44399028..55c266b348a 100644
--- a/x11/wxGTK/Makefile.common
+++ b/x11/wxGTK/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2006/07/10 14:47:06 joerg Exp $
+# $NetBSD: Makefile.common,v 1.10 2006/07/15 14:10:13 rillig Exp $
#
DISTNAME= wxGTK-2.6.3
@@ -15,7 +15,7 @@ DISTINFO_FILE= ${.CURDIR}/../../x11/wxGTK/distinfo
PATCHFILES= ${DISTNAME}-libtool.diff2.bz2
PATCH_SITES= ${MASTER_SITE_LOCAL}
-USE_TOOLS+= pkg-config msgfmt
+USE_TOOLS+= pkg-config msgfmt gawk:pkgsrc
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= YES
USE_LANGUAGES= c c++