diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 09:17:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 09:17:28 +0000 |
commit | f0fab6232d499e0992fe2f6b6a5d267fc3add663 (patch) | |
tree | 5d5107a676f8e559b08698ef7d49e04625e7f3d8 /www | |
parent | 7b3e6b173c2021f9c0d6152f635d4527bbe7b98b (diff) | |
download | ports-f0fab6232d499e0992fe2f6b6a5d267fc3add663.tar.gz ports-f0fab6232d499e0992fe2f6b6a5d267fc3add663.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/winhelpcgi/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/winhelpcgi/Makefile b/www/winhelpcgi/Makefile index 2504a4ab76b6..a911ff258004 100644 --- a/www/winhelpcgi/Makefile +++ b/www/winhelpcgi/Makefile @@ -36,4 +36,10 @@ post-install: @${CAT} ${PKGMESSAGE} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |