aboutsummaryrefslogtreecommitdiff
path: root/graphics/edje
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-12-05 12:52:00 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-12-05 12:52:00 +0000
commitb5c8298b6e63cf23dbd72a27eea03a8f45f75b4f (patch)
treeff1356038685e897d3bab56f58d9e39aa76dc322 /graphics/edje
parent0ef340877c0d22d69fb3dc53281bded0f3340f03 (diff)
downloadports-b5c8298b6e63cf23dbd72a27eea03a8f45f75b4f.tar.gz
ports-b5c8298b6e63cf23dbd72a27eea03a8f45f75b4f.zip
IGNORE on 4.x, fix OSVERSION (my typo).
Notes
Notes: svn path=/head/; revision=150465
Diffstat (limited to 'graphics/edje')
-rw-r--r--graphics/edje/Makefile4
1 files changed, 2 insertions, 2 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 <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>