aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bip
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-11-30 02:46:21 +0800
committermat <mat@FreeBSD.org>2016-11-30 02:46:21 +0800
commita9fb43731f13f4ddbe4e900c6673e591c40399db (patch)
tree81e5478fa11645e21ab75a8faa039b5e6d1918c5 /irc/bip
parent5f6167ba55ac06f0aca86e787e405f1b39aa5d1d (diff)
downloadfreebsd-ports-gnome-a9fb43731f13f4ddbe4e900c6673e591c40399db.tar.gz
freebsd-ports-gnome-a9fb43731f13f4ddbe4e900c6673e591c40399db.tar.zst
freebsd-ports-gnome-a9fb43731f13f4ddbe4e900c6673e591c40399db.zip
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
Diffstat (limited to 'irc/bip')
-rw-r--r--irc/bip/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/bip/Makefile b/irc/bip/Makefile
index 5cd1fa7a4057..690dffbc5636 100644
--- a/irc/bip/Makefile
+++ b/irc/bip/Makefile
@@ -45,4 +45,10 @@ post-install-EXAMPLES-on:
${INSTALL_DATA} ${WRKSRC}/samples/${i} ${STAGEDIR}${EXAMPLESDIR}
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT:Mopenssl-devel}
+BROKEN= Does not build with openssl-devel
+.endif
+
+.include <bsd.port.post.mk>