summaryrefslogtreecommitdiff
path: root/security/krb5/Makefile
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/Makefile
parentUpdate to 1.5.99.5 (diff)
MIT KRB5 ports build unusable binaries due to incorrect linking
when build under poudriere. This commit fixes that.
Notes
Notes: svn path=/head/; revision=388684
Diffstat (limited to 'security/krb5/Makefile')
-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}"