1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Unbreak build with openssl-devel.

PR:		229862
Reported by:	meta@FreeBSD.org
This commit is contained in:
Lev A. Serebryakov 2018-07-18 14:28:57 +00:00
parent d7b7dc37b3
commit 15d3d309fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474867

View File

@ -3,6 +3,7 @@
PORTNAME= neon
PORTVERSION= 0.30.2
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= LOCAL/lev
@ -59,10 +60,4 @@ post-patch:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libneon.so.27.*
.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>
.include <bsd.port.mk>