www/neon: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2016-11-30 06:43:11 +01:00
parent cce9606291
commit 8b7e175f5d

View file

@ -59,4 +59,10 @@ post-patch:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libneon.so.27.*
.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>