diff options
author | marcus <marcus@FreeBSD.org> | 2005-12-06 22:01:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-12-06 22:01:27 +0800 |
commit | cc9aac4920882d0e647d31214c8f22f08be044f7 (patch) | |
tree | 02e0a5bfc30da232a019088902edaffcce7616fb /www/epiphany | |
parent | dd37a489a3a1346f030a05eec4b08cd14b065a26 (diff) | |
download | freebsd-ports-gnome-cc9aac4920882d0e647d31214c8f22f08be044f7.tar.gz freebsd-ports-gnome-cc9aac4920882d0e647d31214c8f22f08be044f7.tar.zst freebsd-ports-gnome-cc9aac4920882d0e647d31214c8f22f08be044f7.zip |
Mark IGNORE on 4.X.
Reported by: pointyhat via kris
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 074513ba4b54..640eeba36120 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -45,6 +45,10 @@ MAN1= epiphany.1 .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" +.if ${OSVERSION} < 500000 +IGNORE= does not build on 4.X +.endif + NO_WERROR= yes # allow build with more warnings enabled .if defined(NO_WERROR) |