diff options
author | pav <pav@FreeBSD.org> | 2007-09-29 20:48:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-09-29 20:48:56 +0800 |
commit | 2f5106f1df581635272edc849e81fc21a6f37103 (patch) | |
tree | 406e9a7f4b747880841cb489d32f3726e564e2d9 /security/xca | |
parent | 11beb72f94f6d9a7d793a11e923075df28802e98 (diff) | |
download | freebsd-ports-gnome-2f5106f1df581635272edc849e81fc21a6f37103.tar.gz freebsd-ports-gnome-2f5106f1df581635272edc849e81fc21a6f37103.tar.zst freebsd-ports-gnome-2f5106f1df581635272edc849e81fc21a6f37103.zip |
- Mark BROKEN everywhere: does not compile
Reported by: pointyhat
Diffstat (limited to 'security/xca')
-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 |