aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/xca/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/xca/Makefile b/security/xca/Makefile
index ea4ed2fe5835..4871be386a61 100644
--- a/security/xca/Makefile
+++ b/security/xca/Makefile
@@ -22,6 +22,10 @@ USE_QT_VER= 3
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700019
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
post-patch:
@echo "CPPFLAGS= -I. -I.. -I${OPENSSLINC} ${QTCPPFLAGS} -I${LOCALBASE}/include/db4" > ${WRKSRC}/Local.mak
@echo "CFLAGS= ${CFLAGS}" >> ${WRKSRC}/Local.mak