diff options
author | cy <cy@FreeBSD.org> | 2017-02-22 11:35:56 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2017-02-22 11:35:56 +0800 |
commit | 78984bb1d309c8ffba5416810f0c7e24a9b64036 (patch) | |
tree | ed70d357676bfa9e4d98180ae8f1b2b2b153d436 /net | |
parent | bc55413ef3062978df8c3f84f883832ffbac5572 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | net/ntp/Makefile | 1 |
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 |