pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/mit-krb5 post-extract target needs gzip as tool



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6f4d4ff090e
branches:  trunk
changeset: 648145:e6f4d4ff090e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Mar 12 14:26:11 2015 +0000

description:
post-extract target needs gzip as tool

diffstat:

 security/mit-krb5/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 02199977d51a -r e6f4d4ff090e security/mit-krb5/Makefile
--- a/security/mit-krb5/Makefile        Thu Mar 12 14:10:28 2015 +0000
+++ b/security/mit-krb5/Makefile        Thu Mar 12 14:26:11 2015 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index