diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-09-29 12:48:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-09-29 12:48:56 +0000 |
commit | 0bc99cad27f7baf11522f06fd3fc5b001dcb65dc (patch) | |
tree | 99587a7f508a0341d004545906fac6bf5006d30d /security/xca/Makefile | |
parent | 643ad36ea1620bfb8cf45cf00f15b6f3d6c4f906 (diff) | |
download | ports-0bc99cad27f7baf11522f06fd3fc5b001dcb65dc.tar.gz ports-0bc99cad27f7baf11522f06fd3fc5b001dcb65dc.zip |
Notes
Diffstat (limited to 'security/xca/Makefile')
-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 |