diff options
Diffstat (limited to 'security/xca')
-rw-r--r-- | security/xca/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/xca/Makefile b/security/xca/Makefile index a13022a03ff5..522212522e02 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -23,8 +23,14 @@ USE_REINPLACE= yes USE_OPENSSL= yes USE_QT_VER= 3 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502102 +BROKEN= "Fails to patch" +.endif + post-patch: @${REINPLACE_CMD} -E -e 's,(if[\ \t]+test[\ \t]+.+)[\ \t]+==,\1 =,' \ ${WRKDIR}/${PKGNAME}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> |