diff options
author | obache <obache> | 2008-09-23 01:44:07 +0000 |
---|---|---|
committer | obache <obache> | 2008-09-23 01:44:07 +0000 |
commit | 4bc1620e7ad3b816735c8a304acf10fa8f2afbbf (patch) | |
tree | cf407272205676f8dd41de24b8f8284c1b630e34 /misc | |
parent | 978a3609a6ec0562e6da3225eaadc26847d307c8 (diff) | |
download | pkgsrc-4bc1620e7ad3b816735c8a304acf10fa8f2afbbf.tar.gz |
DragonFly=>1.10 using one-true awk 20070501, also require gawk hack.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/m17n-db/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/m17n-db/Makefile b/misc/m17n-db/Makefile index 783fac26a1f..ce8f6d77766 100644 --- a/misc/m17n-db/Makefile +++ b/misc/m17n-db/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/09/20 00:15:53 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/09/23 01:44:07 obache Exp $ # DISTNAME= m17n-db-1.5.1 @@ -21,7 +21,9 @@ PKGCONFIG_OVERRIDE+= m17n-db.pc.in .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M4.99*) +#XXX: FS size of one-true-awk 20070501 is limited to 10. Use gawk instead. +.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M4.99*) || \ + ${OPSYS} == "DragonFly" && (!empty(OS_VERSION:M1.1[0-9]*) || !empty(OS_VERSION:M2.*)) USE_TOOLS+= gawk .endif |