diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 01:04:27 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 01:04:27 +0000 |
commit | ea7d57b3c30470d0d14263b2b9c581b4c440af44 (patch) | |
tree | c95d836d9a446be36d972ef52b73d685cf2a2234 /textproc | |
parent | 7fe996870c8a5729e472a047ebfdc069d44010d3 (diff) | |
download | pkgsrc-ea7d57b3c30470d0d14263b2b9c581b4c440af44.tar.gz |
needs gzip(1) tool in do-install target
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile index cd4a5194c7d..08d3d439e4f 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/10/09 14:07:02 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/03/15 01:04:27 tnn Exp $ # DISTNAME= html-4.01 @@ -15,7 +15,7 @@ DEPENDS+= iso8879>=1986:../../textproc/iso8879 WRKSRC= ${WRKDIR} EXTRACT_ONLY= # empty NO_BUILD= yes -USE_TOOLS+= tar +USE_TOOLS+= gzip tar INSTDIR= ${PREFIX}/share/sgml/html ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog |