From b5c8298b6e63cf23dbd72a27eea03a8f45f75b4f Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 5 Dec 2005 12:52:00 +0000 Subject: [PATCH] IGNORE on 4.x, fix OSVERSION (my typo). --- graphics/edje/Makefile | 4 ++-- x11-wm/enlightenment-devel/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile index 6032e8e1690a..d7391ab9f1b7 100644 --- a/graphics/edje/Makefile +++ b/graphics/edje/Makefile @@ -29,8 +29,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include -.if ${OSVERSION} < 50000 -IGNORE= Does not build on 4.X +.if ${OSVERSION} < 500000 +IGNORE= does not build on 4.X .endif .include 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 -.if ${OSVERSION} < 50000 -IGNORE= Does not build on 4.X +.if ${OSVERSION} < 500000 +IGNORE= does not build on 4.X .endif .include