diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-17 20:00:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-17 20:00:03 +0800 |
commit | a6ca8d4fee89b78b25c9b2ce99ad1b3eade1be72 (patch) | |
tree | 7da07a71506e124059905ca24734c075b4671fdc | |
parent | d55eb3f6b20d38b0d8bd4cf80b4eb940ccb79e6f (diff) | |
download | freebsd-ports-gnome-a6ca8d4fee89b78b25c9b2ce99ad1b3eade1be72.tar.gz freebsd-ports-gnome-a6ca8d4fee89b78b25c9b2ce99ad1b3eade1be72.tar.zst freebsd-ports-gnome-a6ca8d4fee89b78b25c9b2ce99ad1b3eade1be72.zip |
Use BROKEN_SSL
Approved by: portmgr (blanket)
-rw-r--r-- | irc/bip/Makefile | 10 |
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> |