diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-12 16:38:09 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-12 16:38:09 +0000 |
commit | bd81aa83bcbc5142dd22884901f98e39e415091b (patch) | |
tree | a04ec78f673d8b67466aef6a64d94197dab6de52 /textproc | |
parent | b5bad4f2cfcb7d7f2149d26576576c64c8df8843 (diff) | |
download | pkgsrc-bd81aa83bcbc5142dd22884901f98e39e415091b.tar.gz |
requires gzip as tool in install phase
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/eb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/eb/Makefile b/textproc/eb/Makefile index 65f294e18c8..fdce9a2bdbf 100644 --- a/textproc/eb/Makefile +++ b/textproc/eb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2014/10/09 14:07:01 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2015/03/12 16:38:09 tnn Exp $ DISTNAME= eb-4.3 PKGREVISION= 5 @@ -49,7 +49,7 @@ EXTRACT_ONLY= ${EB_DISTFILES} DIST_SUBDIR= ${PKGNAME_NOREV} USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake gzip perl USE_LIBTOOL= YES GNU_CONFIGURE= YES |