aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2017-02-22 11:35:56 +0800
committercy <cy@FreeBSD.org>2017-02-22 11:35:56 +0800
commit78984bb1d309c8ffba5416810f0c7e24a9b64036 (patch)
treeed70d357676bfa9e4d98180ae8f1b2b2b153d436 /net
parentbc55413ef3062978df8c3f84f883832ffbac5572 (diff)
downloadfreebsd-ports-gnome-78984bb1d309c8ffba5416810f0c7e24a9b64036.tar.gz
freebsd-ports-gnome-78984bb1d309c8ffba5416810f0c7e24a9b64036.tar.zst
freebsd-ports-gnome-78984bb1d309c8ffba5416810f0c7e24a9b64036.zip
OpenSSL includes are configured even though option is not selected
resulting in a build failure.
Diffstat (limited to 'net')
-rw-r--r--net/ntp-devel/Makefile1
-rw-r--r--net/ntp/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile
index 5e2a067df67f..0bee11062e92 100644
--- a/net/ntp-devel/Makefile
+++ b/net/ntp-devel/Makefile
@@ -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_BROKEN_OFF= Includes OpenSSL when deselected
THREADS_CONFIGURE_ENABLE= thread-support
THREADS_CONFIGURE_WITH= threads
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
index 23fc6ce99b25..8403860676a5 100644
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -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_BROKEN_OFF= Includes OpenSSL when deselected
THREADS_CONFIGURE_ENABLE= thread-support
THREADS_CONFIGURE_WITH= threads