diff options
-rw-r--r-- | security/xca/Makefile | 6 |
1 files 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 <bsd.port.pre.mk> -.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 |