mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
Modernize krb5-112 and krb5-113 replacing USE_OPENSSL with USES=ssl.
This commit is contained in:
parent
2f904300b4
commit
7f84fa7ba1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419156
@ -28,7 +28,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}"
|
||||
@ -53,7 +53,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>
|
||||
|
@ -25,7 +25,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}"
|
||||
@ -50,7 +50,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>
|
||||
|
Loading…
Reference in New Issue
Block a user