diff options
author | cy <cy@FreeBSD.org> | 2016-07-22 08:29:31 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2016-07-22 08:29:31 +0800 |
commit | 2b031e43c74d8daf7c84ed667c7b304c4cdaa0b6 (patch) | |
tree | 9e55eebf0cee9cce00d0faf9994f3e3ff82d475f | |
parent | a425d80790e7426c8f75b2713fbef116592f21ad (diff) | |
download | freebsd-ports-graphics-2b031e43c74d8daf7c84ed667c7b304c4cdaa0b6.tar.gz freebsd-ports-graphics-2b031e43c74d8daf7c84ed667c7b304c4cdaa0b6.tar.zst freebsd-ports-graphics-2b031e43c74d8daf7c84ed667c7b304c4cdaa0b6.zip |
Replace USE_OPENSSL with USES=ssl.
-rw-r--r-- | security/krb5-114/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/krb5-114/Makefile b/security/krb5-114/Makefile index 66e946c04df..9e8836d6092 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> |