summaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-12-04 04:35:25 +0000
committerjschauma <jschauma>2003-12-04 04:35:25 +0000
commit97b90823377893912dee8dd9fd7983858f3715e1 (patch)
tree3ba53a8af9b791ee70a53c7a8b9aa9909a3b725d /textproc/xmlcatmgr
parent69c12b322a42535c1ad377e0671d9c2896236a4c (diff)
downloadpkgsrc-97b90823377893912dee8dd9fd7983858f3715e1.tar.gz
Use a GNU awk, so that this creates the files correctly.
Pointed out by Bas van Oostveen in PR pkg/23514.
Diffstat (limited to 'textproc/xmlcatmgr')
-rw-r--r--textproc/xmlcatmgr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile
index b8fb8e37f2e..8b29655f8d4 100644
--- a/textproc/xmlcatmgr/Makefile
+++ b/textproc/xmlcatmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/10/13 12:12:57 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2003/12/04 04:35:25 jschauma Exp $
#
DISTNAME= xmlcatmgr-1.1
@@ -11,6 +11,7 @@ COMMENT= XML (and SGML) catalog manager
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
+USE_GNU_TOOLS= awk
MAKEFILE= Makefile.boot
MAKE_ENV+= BT_PREFIX="${PREFIX}"