summaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-12-04 04:35:25 +0000
committerjschauma <jschauma@pkgsrc.org>2003-12-04 04:35:25 +0000
commited378ed165119cced724a42fcdf9069e1138207d (patch)
tree3ba53a8af9b791ee70a53c7a8b9aa9909a3b725d /textproc/xmlcatmgr
parentec521567f8b94ed2f3a8cd0fdd388405f404a7ff (diff)
downloadpkgsrc-ed378ed165119cced724a42fcdf9069e1138207d.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}"