diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-12-05 12:52:00 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-12-05 12:52:00 +0000 |
commit | b5c8298b6e63cf23dbd72a27eea03a8f45f75b4f (patch) | |
tree | ff1356038685e897d3bab56f58d9e39aa76dc322 /graphics/edje | |
parent | 0ef340877c0d22d69fb3dc53281bded0f3340f03 (diff) |
Notes
Diffstat (limited to 'graphics/edje')
-rw-r--r-- | graphics/edje/Makefile | 4 |
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> |