diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-10-19 17:53:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-10-19 17:53:43 +0000 |
commit | 070c7987e6d136209158fad8b36b6eb26ee8dd9a (patch) | |
tree | a68d52fd950c91a68c6e7570a991fddd84675fbe /security/xca | |
parent | b395c3bcbddbcb91de3f281e67e4db21a7d2405f (diff) |
Notes
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 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 |