aboutsummaryrefslogtreecommitdiff
path: root/security/xca
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-10-19 17:53:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-10-19 17:53:43 +0000
commit070c7987e6d136209158fad8b36b6eb26ee8dd9a (patch)
treea68d52fd950c91a68c6e7570a991fddd84675fbe /security/xca
parentb395c3bcbddbcb91de3f281e67e4db21a7d2405f (diff)
downloadports-070c7987e6d136209158fad8b36b6eb26ee8dd9a.tar.gz
ports-070c7987e6d136209158fad8b36b6eb26ee8dd9a.zip
Notes
Diffstat (limited to 'security/xca')
-rw-r--r--security/xca/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/xca/Makefile b/security/xca/Makefile
index 2ca6d066aa9c..442c50015e95 100644
--- a/security/xca/Makefile
+++ b/security/xca/Makefile
@@ -26,6 +26,10 @@ MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+BROKEN= does not compile
+.endif
+
post-patch:
@echo "CPPFLAGS=-I. -I.. -I${WRKSRC}/ui -I${QT_INCDIR} -I${QT_INCDIR}/Qt -I${LOCALBASE}/include" > ${WRKSRC}/Local.mak
@echo "CFLAGS= ${CFLAGS} -Wall -ggdb" >> ${WRKSRC}/Local.mak