aboutsummaryrefslogtreecommitdiff
path: root/security/xca
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-17 11:58:20 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-17 11:58:20 +0000
commitb5e1800652f1be5dcd433100bd5f455c2772334a (patch)
tree67c7f5292dcb0ecc8673fb3a0aeccc280d85d30b /security/xca
parent65f707fc91fc3e986e2dfa954d197f76421bb74d (diff)
downloadports-b5e1800652f1be5dcd433100bd5f455c2772334a.tar.gz
ports-b5e1800652f1be5dcd433100bd5f455c2772334a.zip
Notes
Diffstat (limited to 'security/xca')
-rw-r--r--security/xca/Makefile8
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>