1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Use BROKEN_SSL

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-17 12:00:42 +00:00
parent 6b591eb1ac
commit 078f8ebdb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462139

View File

@ -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