svn commit: r418904 - head/security/krb5-114

Cy Schubert cy at FreeBSD.org
Fri Jul 22 00:29:33 UTC 2016


Author: cy
Date: Fri Jul 22 00:29:31 2016
New Revision: 418904
URL: https://svnweb.freebsd.org/changeset/ports/418904

Log:
  Replace USE_OPENSSL with USES=ssl.

Modified:
  head/security/krb5-114/Makefile

Modified: head/security/krb5-114/Makefile
==============================================================================
--- head/security/krb5-114/Makefile	Fri Jul 22 00:24:34 2016	(r418903)
+++ head/security/krb5-114/Makefile	Fri Jul 22 00:29:31 2016	(r418904)
@@ -26,7 +26,7 @@ USE_LDCONFIG=		yes
 USE_CSTD=		gnu99
 GNU_CONFIGURE=		yes
 USES=			cpe gettext gmake perl5 libtool:build \
-			gssapi:bootstrap,mit pkgconfig:both
+			gssapi:bootstrap,mit pkgconfig:both ssl
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
 			--disable-rpath --localstatedir="${PREFIX}/var"
 CONFIGURE_ENV=		INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}"
@@ -51,7 +51,6 @@ PREFIX=			${KRB5_HOME}
 CPPFLAGS+=		-I${LOCALBASE}/include -I${OPENSSLINC}
 LDFLAGS+=		-L${LOCALBASE}/lib -L${OPENSSLLIB}
 
-USE_OPENSSL=		yes
 USE_RC_SUBR=		kpropd
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list