mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Correct the specification of ssl. This doesn't fix the brokenness
of this port when ssl is not specified but corrects the incorrect specification regerdless.
This commit is contained in:
parent
ab5686c47a
commit
f541b9845c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436245
2 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,7 @@ LIB_DEPENDS= libevent.so:devel/libevent \
|
|||
CONFLICTS= ntp-[0-9].*
|
||||
|
||||
USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \
|
||||
pkgconfig ssl gettext-runtime
|
||||
pkgconfig gettext-runtime
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-leap-smear
|
||||
|
@ -53,6 +53,7 @@ PERL_UTILS_USES= perl5
|
|||
SSL_CONFIGURE_ON= --with-openssl-incdir=${OPENSSLINC} \
|
||||
--with-openssl-libdir=${OPENSSLLIB}
|
||||
SSL_CONFIGURE_OFF= --without-crypto
|
||||
SSL_USES= ssl
|
||||
SSL_BROKEN_OFF= Includes OpenSSL when deselected
|
||||
|
||||
THREADS_CONFIGURE_ENABLE= thread-support
|
||||
|
|
|
@ -20,7 +20,7 @@ LIB_DEPENDS= libevent.so:devel/libevent \
|
|||
CONFLICTS= ntp-devel-*
|
||||
|
||||
USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \
|
||||
pkgconfig ssl
|
||||
pkgconfig
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-leap-smear
|
||||
|
@ -56,6 +56,7 @@ PERL_UTILS_USES= perl5
|
|||
SSL_CONFIGURE_ON= --with-openssl-incdir=${OPENSSLINC} \
|
||||
--with-openssl-libdir=${OPENSSLLIB}
|
||||
SSL_CONFIGURE_OFF= --without-crypto
|
||||
SSL_USES= ssl
|
||||
SSL_BROKEN_OFF= Includes OpenSSL when deselected
|
||||
|
||||
THREADS_CONFIGURE_ENABLE= thread-support
|
||||
|
|
Loading…
Add table
Reference in a new issue