diff options
Diffstat (limited to 'graphics/edje/Makefile')
-rw-r--r-- | graphics/edje/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile index 5101418..b936b5d 100644 --- a/graphics/edje/Makefile +++ b/graphics/edje/Makefile @@ -27,4 +27,10 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 50000 +IGNORE= Does not build on 4.X +.endif + +.include <bsd.port.post.mk> |