From 9c8a8cdb8193a518af6f981ece8b6b4d2b826254 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sat, 6 Jun 2015 20:27:21 +0000 Subject: MIT KRB5 ports build unusable binaries due to incorrect linking when build under poudriere. This commit fixes that. --- security/krb5/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'security/krb5') 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}" -- cgit v1.2.3