summaryrefslogtreecommitdiff
path: root/x11/wxGTK
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-16 00:53:01 +0000
committerrillig <rillig@pkgsrc.org>2006-07-16 00:53:01 +0000
commiteff7a99e8d7f726f72bcc5827fee2f736b5ab8b3 (patch)
tree35eb435f63d849a7ba0814d4772b7a394fa706b7 /x11/wxGTK
parent222182789245b6c9f6c8cff1c0c35283bc1cba4d (diff)
downloadpkgsrc-eff7a99e8d7f726f72bcc5827fee2f736b5ab8b3.tar.gz
Only Solaris is known to need GNU awk for the pkgsrc work. With this
change, the patch suggested in PR 33998 is completely applied.
Diffstat (limited to 'x11/wxGTK')
-rw-r--r--x11/wxGTK/Makefile.common9
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/wxGTK/Makefile.common b/x11/wxGTK/Makefile.common
index 55c266b348a..2360780a1bc 100644
--- a/x11/wxGTK/Makefile.common
+++ b/x11/wxGTK/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2006/07/15 14:10:13 rillig Exp $
+# $NetBSD: Makefile.common,v 1.11 2006/07/16 00:53:01 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 gawk:pkgsrc
+USE_TOOLS+= pkg-config msgfmt
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= YES
USE_LANGUAGES= c c++
@@ -40,6 +40,11 @@ CPPFLAGS+= -Dunix=1 # src/common/unzip.c needs this
DOCDIR= ${PREFIX}/share/doc/wxGTK
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "SunOS"
+USE_TOOLS+= gawk:pkgsrc
+.endif
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"