aboutsummaryrefslogtreecommitdiff
path: root/archivers/xar
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-03 11:08:33 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-03 11:08:33 +0000
commit380060c07a63320b9e06abc6e6f8754a3b261202 (patch)
tree55bdb4e8a40213badd61579ef8a4452c4a150124 /archivers/xar
parent3d016316fb450edfc62d9db562143dd0b803e3e0 (diff)
downloadports-380060c07a63320b9e06abc6e6f8754a3b261202.tar.gz
ports-380060c07a63320b9e06abc6e6f8754a3b261202.zip
Notes
Diffstat (limited to 'archivers/xar')
-rw-r--r--archivers/xar/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/archivers/xar/Makefile b/archivers/xar/Makefile
index 62e8d2d97fb3..9fb39734f482 100644
--- a/archivers/xar/Makefile
+++ b/archivers/xar/Makefile
@@ -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>