pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/m17n-db Limit the gawk hack to NetBSD current as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12f26312c2c2
branches:  trunk
changeset: 547563:12f26312c2c2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Sep 20 00:15:53 2008 +0000

description:
Limit the gawk hack to NetBSD current as explained by obache@

diffstat:

 misc/m17n-db/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fcbb311177ab -r 12f26312c2c2 misc/m17n-db/Makefile
--- a/misc/m17n-db/Makefile     Fri Sep 19 23:59:52 2008 +0000
+++ b/misc/m17n-db/Makefile     Sat Sep 20 00:15:53 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/09/18 16:58:01 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/09/20 00:15:53 joerg Exp $
 #
 
 DISTNAME=      m17n-db-1.5.1
@@ -21,7 +21,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[1234]*)
+.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M4.99*)
 USE_TOOLS+=            gawk
 .endif
 



Home | Main Index | Thread Index | Old Index