aboutsummaryrefslogtreecommitdiff
path: root/security/xca
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-09-29 12:48:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-09-29 12:48:56 +0000
commit0bc99cad27f7baf11522f06fd3fc5b001dcb65dc (patch)
tree99587a7f508a0341d004545906fac6bf5006d30d /security/xca
parent643ad36ea1620bfb8cf45cf00f15b6f3d6c4f906 (diff)
downloadports-0bc99cad27f7baf11522f06fd3fc5b001dcb65dc.tar.gz
ports-0bc99cad27f7baf11522f06fd3fc5b001dcb65dc.zip
- Mark BROKEN everywhere: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=200341
Diffstat (limited to 'security/xca')
-rw-r--r--security/xca/Makefile6
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