diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-02 09:34:41 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-02 09:34:41 +0000 |
commit | f708e72768bca4c795d587a87c2bdb53334d4702 (patch) | |
tree | c9ac848384b09e1067eb209febb2448bfa79a9c5 /www | |
parent | 3c4779721e8856a9aa1c4b8bf44a45a6aacf90c5 (diff) | |
download | FreeBSD-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/Makefile | 8 |
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> |