aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-114
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-07-22 00:29:31 +0000
committerCy Schubert <cy@FreeBSD.org>2016-07-22 00:29:31 +0000
commit613ece6f0cdfdcf73c9cfc4f757181bc030b7a4c (patch)
tree9e55eebf0cee9cce00d0faf9994f3e3ff82d475f /security/krb5-114
parent83ccdce3df86b5d697a4822164a04a1edd9f62dd (diff)
downloadports-613ece6f0cdfdcf73c9cfc4f757181bc030b7a4c.tar.gz
ports-613ece6f0cdfdcf73c9cfc4f757181bc030b7a4c.zip
Notes
Diffstat (limited to 'security/krb5-114')
-rw-r--r--security/krb5-114/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/krb5-114/Makefile b/security/krb5-114/Makefile
index 66e946c04df3..9e8836d60923 100644
--- a/security/krb5-114/Makefile
+++ b/security/krb5-114/Makefile
@@ -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>