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 | 0ec6b379edaa0149438078e067cab8aa6de3e8d5 (patch) | |
tree | 40b91d1aa5c0228f9f3586d8b607b906a04af5e6 /textproc | |
parent | cbc9dccdfa629762298a7f0d1a62838de557788d (diff) | |
download | pkgsrc-0ec6b379edaa0149438078e067cab8aa6de3e8d5.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 |