MFH: r497708

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-03 11:09:03 +00:00
parent 6ad1be11c4
commit bcea7adf8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497709

View File

@ -18,8 +18,15 @@ USE_GNOME= libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= checking for OpenSSL_add_all_ciphers in -lcrypto... no
BROKEN_FreeBSD_13= checking for OpenSSL_add_all_ciphers in -lcrypto... no
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so
.include <bsd.port.mk>
.include <bsd.port.post.mk>