diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-12-05 12:52:00 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-12-05 12:52:00 +0000 |
commit | 71dea264f1c63094a5803e81fd2972329ee64cd6 (patch) | |
tree | 7c103376d4c20b26975cbb2c755c4fccdf5912db /graphics/edje | |
parent | 3787a32878361a254621fb4d1b00b875a62f74fe (diff) | |
download | FreeBSD-ports-71dea264f1c63094a5803e81fd2972329ee64cd6.zip FreeBSD-ports-71dea264f1c63094a5803e81fd2972329ee64cd6.tar.gz |
IGNORE on 4.x, fix OSVERSION (my typo).
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 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> |