aboutsummaryrefslogtreecommitdiff
path: root/irc/bip
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 12:00:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 12:00:03 +0000
commitdffc978375f89ed8536b20dd12ec93b7b8ca9dea (patch)
tree7da07a71506e124059905ca24734c075b4671fdc /irc/bip
parent548711ae7197e2db29a1e3ed60e262d8f0792130 (diff)
downloadports-dffc978375f89ed8536b20dd12ec93b7b8ca9dea.tar.gz
ports-dffc978375f89ed8536b20dd12ec93b7b8ca9dea.zip
Notes
Diffstat (limited to 'irc/bip')
-rw-r--r--irc/bip/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/irc/bip/Makefile b/irc/bip/Makefile
index 7c61affa9fc6..f5be486e6732 100644
--- a/irc/bip/Makefile
+++ b/irc/bip/Makefile
@@ -12,6 +12,8 @@ COMMENT= Simple IRC proxy with SSL support
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_SSL= openssl-devel
+
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}
CFLAGS+= -Wno-sign-compare -Wno-error -I${OPENSSLINC}
@@ -44,10 +46,4 @@ post-install-EXAMPLES-on:
${INSTALL_DATA} ${WRKSRC}/samples/${i} ${STAGEDIR}${EXAMPLESDIR}
.endfor
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>