aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-11-29 18:46:21 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-11-29 18:46:21 +0000
commit703ff6d36176652e995eaf56e44c8637531c23a3 (patch)
tree81e5478fa11645e21ab75a8faa039b5e6d1918c5 /devel
parent86cfbd0ce0c270d196500fc7ff12a4a238cf18fa (diff)
downloadports-703ff6d36176652e995eaf56e44c8637531c23a3.tar.gz
ports-703ff6d36176652e995eaf56e44c8637531c23a3.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/libevent2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libevent2/Makefile b/devel/libevent2/Makefile
index 36c08fdb58d5..d5429d4e33d7 100644
--- a/devel/libevent2/Makefile
+++ b/devel/libevent2/Makefile
@@ -42,4 +42,10 @@ post-patch:
regression-test: build
@(${SH} ${WRKSRC}/test/regress)
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel}
+BROKEN= Does not build with openssl-devel
+.endif
+
+.include <bsd.port.post.mk>