pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/m17n-db On NetBSD require gawk. Don't do this for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/91fc2c60a9e0
branches: trunk
changeset: 547526:91fc2c60a9e0
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Sep 18 16:58:01 2008 +0000
description:
On NetBSD require gawk. Don't do this for NetBSD 5.0 as it will have a
fixed awk.
diffstat:
misc/m17n-db/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r a1f0c824675c -r 91fc2c60a9e0 misc/m17n-db/Makefile
--- a/misc/m17n-db/Makefile Thu Sep 18 16:56:55 2008 +0000
+++ b/misc/m17n-db/Makefile Thu Sep 18 16:58:01 2008 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index