From 69e5b95ab9da8e453b8bc1544a0a18766094b937 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 19 Oct 2009 17:53:43 +0000 Subject: - Mark BROKEN on 6.x Reported by: pointyhat --- security/xca/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/xca') 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 +.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 -- cgit