aboutsummaryrefslogtreecommitdiff
path: root/security/krb5
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-06-06 20:27:21 +0000
committerCy Schubert <cy@FreeBSD.org>2015-06-06 20:27:21 +0000
commit9c8a8cdb8193a518af6f981ece8b6b4d2b826254 (patch)
treeed27c35d392c8a0006030dca6f33687cfc617dc0 /security/krb5
parent67a86ac3eeb47f3a454bab0722e98ee17002b532 (diff)
downloadports-9c8a8cdb8193a518af6f981ece8b6b4d2b826254.tar.gz
ports-9c8a8cdb8193a518af6f981ece8b6b4d2b826254.zip
Notes
Diffstat (limited to 'security/krb5')
-rw-r--r--security/krb5/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
index 931d39962a43..831bb83ba3ab 100644
--- a/security/krb5/Makefile
+++ b/security/krb5/Makefile
@@ -3,7 +3,7 @@
PORTNAME= krb5
PORTVERSION= 1.13.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-signed
@@ -26,7 +26,8 @@ USE_PERL5= build
USE_LDCONFIG= yes
USE_CSTD= gnu99
GNU_CONFIGURE= yes
-USES= cpe gettext gmake perl5 libtool:build
+USES= cpe gettext gmake perl5 libtool:build \
+ gssapi:bootstrap,mit
CONFIGURE_ARGS?= --enable-shared --without-system-verto \
--disable-rpath --localstatedir="${PREFIX}/var"
CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}"