From 2f5106f1df581635272edc849e81fc21a6f37103 Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 29 Sep 2007 12:48:56 +0000 Subject: - Mark BROKEN everywhere: does not compile Reported by: pointyhat --- security/xca/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/security/xca/Makefile b/security/xca/Makefile index ef1accae6a41..7580a419f7d9 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mark@foster.cc COMMENT= Graphical certification authority +BROKEN= Does not compile + USE_GMAKE= yes USE_OPENSSL= yes USE_QT_VER= 4 @@ -25,10 +27,6 @@ MANCOMPRESSED= yes .include -.if ${OSVERSION} >= 700019 -BROKEN= Does not compile on FreeBSD >= 7.0 -.endif - post-patch: @echo "CPPFLAGS=-I. -I.. -I${WRKSRC}/ui -I/usr/X11R6/include -I${QT_PREFIX}/include/Qt" > ${WRKSRC}/Local.mak @echo "CFLAGS= ${CFLAGS} -Wall -ggdb" >> ${WRKSRC}/Local.mak -- cgit