diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-29 18:46:21 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-29 18:46:21 +0000 |
commit | 703ff6d36176652e995eaf56e44c8637531c23a3 (patch) | |
tree | 81e5478fa11645e21ab75a8faa039b5e6d1918c5 /net-mgmt/net-snmp | |
parent | 86cfbd0ce0c270d196500fc7ff12a4a238cf18fa (diff) | |
download | ports-703ff6d36176652e995eaf56e44c8637531c23a3.tar.gz ports-703ff6d36176652e995eaf56e44c8637531c23a3.zip |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=427389
Diffstat (limited to 'net-mgmt/net-snmp')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 7d29e28b11b0..4f2c5dfde9b3 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -215,6 +215,10 @@ 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 |