diff options
author | pav <pav@FreeBSD.org> | 2009-10-20 01:53:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-10-20 01:53:43 +0800 |
commit | 69e5b95ab9da8e453b8bc1544a0a18766094b937 (patch) | |
tree | 2ef8034ab64a31036068a4b45b8ad7b3d4ff1505 /security/xca | |
parent | 9d452fa84d6c656f7dd44dc19138c3877044bbe5 (diff) | |
download | freebsd-ports-gnome-69e5b95ab9da8e453b8bc1544a0a18766094b937.tar.gz freebsd-ports-gnome-69e5b95ab9da8e453b8bc1544a0a18766094b937.tar.zst freebsd-ports-gnome-69e5b95ab9da8e453b8bc1544a0a18766094b937.zip |
- Mark BROKEN on 6.x
Reported by: pointyhat
Diffstat (limited to 'security/xca')
-rw-r--r-- | security/xca/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/xca/Makefile b/security/xca/Makefile index 2ca6d066aa9c..442c50015e95 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -26,6 +26,10 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700000 +BROKEN= does not compile +.endif + post-patch: @echo "CPPFLAGS=-I. -I.. -I${WRKSRC}/ui -I${QT_INCDIR} -I${QT_INCDIR}/Qt -I${LOCALBASE}/include" > ${WRKSRC}/Local.mak @echo "CFLAGS= ${CFLAGS} -Wall -ggdb" >> ${WRKSRC}/Local.mak |