diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 06:00:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 06:00:57 +0000 |
commit | 825afd6dc34482bcb3f9af88e094cb75268c21d1 (patch) | |
tree | d9103fc4562aafbd4e509df49bb6cc0f349d580e /security/xca | |
parent | BROKEN: Unfetchable (diff) |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'security/xca')
-rw-r--r-- | security/xca/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/xca/Makefile b/security/xca/Makefile index fd4b78a7f907..206f9e793ae6 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -25,6 +25,10 @@ USE_QT_VER= 3 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -E -e 's,(if[\ \t]+test[\ \t]+.+)[\ \t]+==,\1 =,' \ ${WRKSRC}/configure |