summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg>2008-09-18 16:58:01 +0000
committerjoerg <joerg>2008-09-18 16:58:01 +0000
commitc7afe15917f8f6397c4f54644dcf2d5566d4bce5 (patch)
treefc5a0be969db17050084f740f0df1ccc440d62a4 /misc
parent9226517d490eb0e9ea9fda02d785ede5a7e32ba0 (diff)
downloadpkgsrc-c7afe15917f8f6397c4f54644dcf2d5566d4bce5.tar.gz
On NetBSD require gawk. Don't do this for NetBSD 5.0 as it will have a
fixed awk.
Diffstat (limited to 'misc')
-rw-r--r--misc/m17n-db/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/m17n-db/Makefile b/misc/m17n-db/Makefile
index f56daa7e2ed..0a1fd3a7659 100644
--- a/misc/m17n-db/Makefile
+++ b/misc/m17n-db/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/05/24 06:14:00 obache Exp $
+# $NetBSD: Makefile,v 1.4 2008/09/18 16:58:01 joerg Exp $
#
DISTNAME= m17n-db-1.5.1
@@ -21,6 +21,10 @@ PKGCONFIG_OVERRIDE+= m17n-db.pc.in
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[1234]*)
+USE_TOOLS+= gawk
+.endif
+
.if ${OPSYS} != "Linux"
GLIBC= glibc-2.3.6
DISTFILES= ${DEFAULT_DISTFILES} ${GLIBC}.tar.gz