diff options
author | joerg <joerg> | 2008-09-18 16:58:01 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-09-18 16:58:01 +0000 |
commit | 8830c86eab8a5add41d53f29e1c5a1920d205434 (patch) | |
tree | fc5a0be969db17050084f740f0df1ccc440d62a4 /misc | |
parent | b71167492d5a3b53bc8f9d58356370c28dc99979 (diff) | |
download | pkgsrc-8830c86eab8a5add41d53f29e1c5a1920d205434.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/Makefile | 6 |
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 |