diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-07-21 01:14:18 +0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-07-21 01:14:18 +0800 |
commit | fd4ced72f2cddd918ca9c6f28348a2c9780212e5 (patch) | |
tree | f116ea10542b2f3de9e789291d94c7a8cb76bb1f /security | |
parent | 8ce5c99b1f66d9d78bc5088f98e8b2b0ec5f065d (diff) | |
download | freebsd-ports-gnome-fd4ced72f2cddd918ca9c6f28348a2c9780212e5.tar.gz freebsd-ports-gnome-fd4ced72f2cddd918ca9c6f28348a2c9780212e5.tar.zst freebsd-ports-gnome-fd4ced72f2cddd918ca9c6f28348a2c9780212e5.zip |
Implement r1.147. It appears to have been commented out.
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-appl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index d6cb6d3a4fbb..91bfed0a6bf3 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -7,13 +7,13 @@ PORTNAME= krb5-appl PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ PATCH_SITES= http://web.mit.edu/kerberos/advisories/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar -# PATCHFILES= 2011-005-patch.txt +PATCHFILES= 2011-005-patch.txt MAINTAINER= cy@FreeBSD.org COMMENT= An authentication system developed at MIT, successor to Kerberos IV @@ -31,7 +31,7 @@ USE_OPENSSL= yes USE_GMAKE= yes USE_PERL5_BUILD= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +USE_AUTOTOOLS= libtool autoheader autoconf CONFIGURE_ARGS?= --enable-shared --with-krb5=${PREFIX}/bin/krb5-config CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc \ CFLAGS="${CFLAGS}" |