diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 19:58:20 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 19:58:20 +0800 |
commit | bf704802dec9333d2d5837f5f2c1de4471482416 (patch) | |
tree | a8740a99979ef9f45764071964ceae660445340e | |
parent | 3ca2029d3754da1e6bdbfc5306b8bba285372da1 (diff) | |
download | freebsd-ports-graphics-bf704802dec9333d2d5837f5f2c1de4471482416.tar.gz freebsd-ports-graphics-bf704802dec9333d2d5837f5f2c1de4471482416.tar.zst freebsd-ports-graphics-bf704802dec9333d2d5837f5f2c1de4471482416.zip |
BROKEN on 5.x: fails to patch
-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 a13022a03ff..522212522e0 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> |