diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-12 14:07:11 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-12 14:07:11 +0000 |
commit | 62ef44d20c5366cd0d00781abbb67269e1d570ba (patch) | |
tree | e7657ccf7545ccb4e442fda01b24b975c0f6c6ea | |
parent | b0d91bb8e38b134b4a71488e845f2f1727114970 (diff) | |
download | pkgsrc-62ef44d20c5366cd0d00781abbb67269e1d570ba.tar.gz |
add gzip as tool due to libopts-35.0.10.tar.gz generation in install phase
-rw-r--r-- | devel/autogen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index aeeefb3e033..7ee20645fe5 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2014/05/29 23:35:33 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2015/03/12 14:07:11 tnn Exp $ DISTNAME= autogen-5.12 PKGREVISION= 4 @@ -12,7 +12,7 @@ HOMEPAGE= http://autogen.sourceforge.net/ COMMENT= The Automated Text and Program Generation Tool LICENSE= gnu-gpl-v3 -USE_TOOLS+= gmake makeinfo perl:run +USE_TOOLS+= gmake gzip makeinfo perl:run GNU_CONFIGURE= yes USE_LIBTOOL= yes INFO_FILES= yes |