diff options
author | jschauma <jschauma> | 2003-12-04 04:35:25 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-12-04 04:35:25 +0000 |
commit | 9839a8ac73d74c70cb930c3cc4bc9bdf91d417d5 (patch) | |
tree | 3ba53a8af9b791ee70a53c7a8b9aa9909a3b725d /textproc | |
parent | 7611e056d3edffbc23f1646bd327485104bd452f (diff) | |
download | pkgsrc-9839a8ac73d74c70cb930c3cc4bc9bdf91d417d5.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')
-rw-r--r-- | textproc/xmlcatmgr/Makefile | 3 |
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}" |