diff options
author | pi <pi@FreeBSD.org> | 2016-04-06 12:42:51 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-04-06 12:42:51 +0800 |
commit | 632d56db2db4cde0a09f98349b357e0e02c4d7f7 (patch) | |
tree | 835a8570c8091b260376ec36edc8697de1c47864 /net-mgmt | |
parent | 757a3ed644c41c0b128cd0e52dbad1de40a2d9e4 (diff) | |
download | freebsd-ports-gnome-632d56db2db4cde0a09f98349b357e0e02c4d7f7.tar.gz freebsd-ports-gnome-632d56db2db4cde0a09f98349b357e0e02c4d7f7.tar.zst freebsd-ports-gnome-632d56db2db4cde0a09f98349b357e0e02c4d7f7.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: |