diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-02 09:34:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-02 09:34:41 +0000 |
commit | 3df1af45d0a4d1aa80c9a049ac5c98c98e985a5d (patch) | |
tree | 1f390a71143baaa9243477478123b4bcdc091dc9 /www/cgicc | |
parent | a4eed71c197f92c84676a9120dc95a1296c735ce (diff) | |
download | ports-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')
-rw-r--r-- | www/cgicc/Makefile | 8 |
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> |