diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 11:58:20 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 11:58:20 +0000 |
commit | b5e1800652f1be5dcd433100bd5f455c2772334a (patch) | |
tree | 67c7f5292dcb0ecc8673fb3a0aeccc280d85d30b /security | |
parent | 65f707fc91fc3e986e2dfa954d197f76421bb74d (diff) | |
download | ports-b5e1800652f1be5dcd433100bd5f455c2772334a.tar.gz ports-b5e1800652f1be5dcd433100bd5f455c2772334a.zip |
Notes
Diffstat (limited to 'security')
-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> |