diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-06 14:01:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-06 14:01:27 +0000 |
commit | ff4707d04ae507e840465f491b3d1fad2ecddde0 (patch) | |
tree | 3ca09887e3c0360a99c79363446ef29038facfa9 /www/epiphany | |
parent | - Mark it as DEPRECATED: mastersite disappeared, no longer maintained by (diff) |
Mark IGNORE on 4.X.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=150524
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) |