summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-11-02 09:34:41 +0000
committerlinimon <linimon@FreeBSD.org>2003-11-02 09:34:41 +0000
commitf708e72768bca4c795d587a87c2bdb53334d4702 (patch)
treec9ac848384b09e1067eb209febb2448bfa79a9c5 /www
parent3c4779721e8856a9aa1c4b8bf44a45a6aacf90c5 (diff)
downloadFreeBSD-ports-f708e72768bca4c795d587a87c2bdb53334d4702.zip
FreeBSD-ports-f708e72768bca4c795d587a87c2bdb53334d4702.tar.gz
Per bento logs, mark as broken on 5.x for the usual gcc3.3 reasons.
Diffstat (limited to 'www')
-rw-r--r--www/cgicc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile
index 68b3619..5bf7b20 100644
--- a/www/cgicc/Makefile
+++ b/www/cgicc/Makefile
@@ -22,4 +22,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS}
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud