summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2005-12-05 12:52:00 +0000
committervanilla <vanilla@FreeBSD.org>2005-12-05 12:52:00 +0000
commit71dea264f1c63094a5803e81fd2972329ee64cd6 (patch)
tree7c103376d4c20b26975cbb2c755c4fccdf5912db
parent3787a32878361a254621fb4d1b00b875a62f74fe (diff)
downloadFreeBSD-ports-71dea264f1c63094a5803e81fd2972329ee64cd6.zip
FreeBSD-ports-71dea264f1c63094a5803e81fd2972329ee64cd6.tar.gz
IGNORE on 4.x, fix OSVERSION (my typo).
-rw-r--r--graphics/edje/Makefile4
-rw-r--r--x11-wm/enlightenment-devel/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile
index 6032e8e..d7391ab 100644
--- a/graphics/edje/Makefile
+++ b/graphics/edje/Makefile
@@ -29,8 +29,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/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>
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile
index 9685cf8..9371dd8 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>
OpenPOWER on IntegriCloud