summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-03-15 13:47:52 +0000
committerCy Schubert <cy@FreeBSD.org>2017-03-15 13:47:52 +0000
commitf541b9845c4bf6f50f87085a2b7e9d33f1bb7e76 (patch)
treedf0a1fbdf6c043c0f657b7a7df90ec34bb599c56 /net
parent- Add NO_ARCH (diff)
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.
Diffstat (limited to 'net')
-rw-r--r--net/ntp-devel/Makefile3
-rw-r--r--net/ntp/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile
index aff7f35851bb..530537ba59fc 100644
--- a/net/ntp-devel/Makefile
+++ b/net/ntp-devel/Makefile
@@ -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
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
index f45697526ab2..7c2ab065e79f 100644
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -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