diff options
Diffstat (limited to 'cad/fritzing/Makefile')
| -rw-r--r-- | cad/fritzing/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile index ea917e9c538f..617cd7446526 100644 --- a/cad/fritzing/Makefile +++ b/cad/fritzing/Makefile @@ -8,8 +8,6 @@ WWW= https://fritzing.org/ LICENSE= GPLv2+ -IGNORE_FreeBSD_13= Requires OpenSSL >= 3 - BUILD_DEPENDS= boost-libs>1.52:devel/boost-libs \ svgpp>0:graphics/svgpp @@ -52,4 +50,10 @@ post-install: -f ${STAGEDIR}${DATADIR} \ -platform offscreen -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000 && ${SSL_DEFAULT} == "base" +IGNORE= Requires OpenSSL >= 3 +.endif + +.include <bsd.port.post.mk> |
