aboutsummaryrefslogtreecommitdiff
path: root/www/cgicc/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-02 09:34:41 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-02 09:34:41 +0000
commit3df1af45d0a4d1aa80c9a049ac5c98c98e985a5d (patch)
tree1f390a71143baaa9243477478123b4bcdc091dc9 /www/cgicc/Makefile
parenta4eed71c197f92c84676a9120dc95a1296c735ce (diff)
downloadports-3df1af45d0a4d1aa80c9a049ac5c98c98e985a5d.tar.gz
ports-3df1af45d0a4d1aa80c9a049ac5c98c98e985a5d.zip
Per bento logs, mark as broken on 5.x for the usual gcc3.3 reasons.
Notes
Notes: svn path=/head/; revision=92828
Diffstat (limited to 'www/cgicc/Makefile')
-rw-r--r--www/cgicc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile
index 68b361984429..5bf7b20db07c 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>