diff options
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 |