diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-06 12:42:51 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-06 12:42:51 +0800 |
commit | cf3b1e4d11e610869d0d8cb0bad088d543544605 (patch) | |
tree | 835a8570c8091b260376ec36edc8697de1c47864 /net-mgmt | |
parent | 26866f517f62268d2668b5231937bdbb6bddb0ad (diff) | |
download | freebsd-ports-gnome-cf3b1e4d11e610869d0d8cb0bad088d543544605.tar.gz freebsd-ports-gnome-cf3b1e4d11e610869d0d8cb0bad088d543544605.tar.zst freebsd-ports-gnome-cf3b1e4d11e610869d0d8cb0bad088d543544605.zip |
net-mgmt/zabbix3-server: IGNORE for 9.3 with explaination
PR: 208029
Submitted by: mat
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/zabbix3-server/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/zabbix3-server/Makefile b/net-mgmt/zabbix3-server/Makefile index b1733b2f4d73..f790b3d6708a 100644 --- a/net-mgmt/zabbix3-server/Makefile +++ b/net-mgmt/zabbix3-server/Makefile @@ -144,8 +144,6 @@ LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2 OPENSSL_CONFIGURE_WITH= openssl OPENSSL_USE= OPENSSL=yes -WITH_OPENSSL_PORT=yes - GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls @@ -154,8 +152,8 @@ POLARSSL_LIB_DEPENDS= libmbedtls.so:security/polarssl13 .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -WITH_OPENSSL_PORT=yes +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 && !defined(WITH_OPENSSL_PORT) +IGNORE= OpenSSL from the base system is too old, add WITH_OPENSSL_PORT to your /etc/make.conf and rebuild everything that needs SSL. .endif post-patch: |