aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/enlightenment-devel
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2005-12-05 20:52:00 +0800
committervanilla <vanilla@FreeBSD.org>2005-12-05 20:52:00 +0800
commit71dea264f1c63094a5803e81fd2972329ee64cd6 (patch)
tree7c103376d4c20b26975cbb2c755c4fccdf5912db /x11-wm/enlightenment-devel
parent3787a32878361a254621fb4d1b00b875a62f74fe (diff)
downloadfreebsd-ports-gnome-71dea264f1c63094a5803e81fd2972329ee64cd6.tar.gz
freebsd-ports-gnome-71dea264f1c63094a5803e81fd2972329ee64cd6.tar.zst
freebsd-ports-gnome-71dea264f1c63094a5803e81fd2972329ee64cd6.zip
IGNORE on 4.x, fix OSVERSION (my typo).
Diffstat (limited to 'x11-wm/enlightenment-devel')
-rw-r--r--x11-wm/enlightenment-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile
index 9685cf82d3dc..9371dd88d8b7 100644
--- a/x11-wm/enlightenment-devel/Makefile
+++ b/x11-wm/enlightenment-devel/Makefile
@@ -34,8 +34,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 50000
-IGNORE= Does not build on 4.X
+.if ${OSVERSION} < 500000
+IGNORE= does not build on 4.X
.endif
.include <bsd.port.post.mk>