diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-08 07:41:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-08 07:41:46 +0000 |
commit | fadb02709f4ca521ca22a66157170cf9015aece8 (patch) | |
tree | 65c9b2b89cd987386c1c9610422f00b6bc82c32e /textproc | |
parent | d8d62fd65dd10aaf8139dd78962e2a3e73d807f1 (diff) | |
download | pkgsrc-fadb02709f4ca521ca22a66157170cf9015aece8.tar.gz |
This package needs tar, as suggested in PR 34494.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile index a11ef07b972..b6471f42de1 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/03/21 06:00:50 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/09/08 07:41:46 rillig Exp $ # DISTNAME= html-4.01 @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR} NO_MTREE= yes EXTRACT_ONLY= # empty NO_BUILD= yes +USE_TOOLS+= tar INSTDIR= ${PREFIX}/share/sgml/html ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog |