diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-12 14:26:11 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-12 14:26:11 +0000 |
commit | 307b53b818c8f4312196b2960a92ff56a4cbbe1d (patch) | |
tree | af44b99c7634ad0ef8cc2f6d4deb9a58486bb8cc /security | |
parent | 72a51735a0ed281e820fe16e80216650014793b4 (diff) | |
download | pkgsrc-307b53b818c8f4312196b2960a92ff56a4cbbe1d.tar.gz |
post-extract target needs gzip as tool
Diffstat (limited to 'security')
-rw-r--r-- | security/mit-krb5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index 8d9230ef6dd..5e286be6cf7 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2015/02/25 22:28:58 tez Exp $ +# $NetBSD: Makefile,v 1.79 2015/03/12 14:26:11 tnn Exp $ DISTNAME= krb5-1.10.7 PKGNAME= mit-${DISTNAME} @@ -28,7 +28,7 @@ CONFLICTS+= kth-krb4-[0-9]* USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= autoconf gmake m4 perl yacc msgfmt +USE_TOOLS+= autoconf gmake gzip m4 perl yacc msgfmt MAKE_PROGRAM= gmake GNU_CONFIGURE= yes |