aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 12:00:42 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 12:00:42 +0000
commit078f8ebdb275426b76cfc73ad9caa12971487e0b (patch)
tree3ec97aa4b2fc8fa5be78a64e450301dbb5d9586b /net-mgmt/net-snmp
parent6b591eb1acd1a5756e4adbe281c4b33e335de277 (diff)
downloadports-078f8ebdb275426b76cfc73ad9caa12971487e0b.tar.gz
ports-078f8ebdb275426b76cfc73ad9caa12971487e0b.zip
Use BROKEN_SSL
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=462139
Diffstat (limited to 'net-mgmt/net-snmp')
-rw-r--r--net-mgmt/net-snmp/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index d3013316af89..ec31d73eb485 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -16,6 +16,8 @@ COMMENT= Extendable SNMP implementation
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_SSL= openssl-devel
+
LIB_DEPENDS= libpkg.so:ports-mgmt/pkg
NOT_FOR_ARCHS= mips mips64
@@ -216,10 +218,6 @@ CONFLICTS= ucd-snmp-4.* net-snmp-5.3.*
.include <bsd.port.pre.mk>
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
-.endif
-
.if ${SSL_DEFAULT} != base
LCRYPTO= -lcrypto
.else