diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-16 10:44:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-16 10:44:23 +0000 |
commit | 661cdeef3cb5623aac096c69f8e4aedc3aca116e (patch) | |
tree | 629e594b32602b6e1976483aa54f55ee60a053fd /security/mit-krb5 | |
parent | 098fc4d54e686483f6ea031aef03633faf8aebe1 (diff) | |
download | pkgsrc-661cdeef3cb5623aac096c69f8e4aedc3aca116e.tar.gz |
GC MAKE_PROGRAM as well.
Diffstat (limited to 'security/mit-krb5')
-rw-r--r-- | security/mit-krb5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index 0c4a9f5b684..fc452ddc6a4 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2015/03/15 23:07:20 joerg Exp $ +# $NetBSD: Makefile,v 1.81 2015/03/16 10:44:23 joerg Exp $ DISTNAME= krb5-1.10.7 PKGNAME= mit-${DISTNAME} @@ -29,7 +29,6 @@ CONFLICTS+= kth-krb4-[0-9]* USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= autoconf gzip m4 perl yacc msgfmt -MAKE_PROGRAM= gmake GNU_CONFIGURE= yes # The actual KDC databases are stored in ${MIT_KRB5_STATEDIR}/krb5kdc. |