diff options
author | wiz <wiz@pkgsrc.org> | 2006-09-17 08:23:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-09-17 08:23:46 +0000 |
commit | 079bb88a15b9a690d3eb47cbb1b85dbdd70c3ebe (patch) | |
tree | 40b91d1aa5c0228f9f3586d8b607b906a04af5e6 /textproc | |
parent | 2467a15380eef73a25401f77fcba05e8dfc5dc59 (diff) | |
download | pkgsrc-079bb88a15b9a690d3eb47cbb1b85dbdd70c3ebe.tar.gz |
Add unzip to tools, it is needed by do-install.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iso8879/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index fdaf203154d..27338333454 100644 --- a/textproc/iso8879/Makefile +++ b/textproc/iso8879/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/03/21 06:00:50 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2006/09/17 08:23:46 wiz Exp $ DISTNAME= ISOEnts PKGNAME= iso8879-1986 @@ -14,6 +14,7 @@ COMMENT= Character entity sets from ISO 8879:1986 (SGML) PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} +USE_TOOLS+= unzip NO_MTREE= yes EXTRACT_ONLY= # empty NO_BUILD= yes |