diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-07-23 02:59:34 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-07-23 02:59:34 +0000 |
commit | 99264f7c324c0194f351b6e0d1095712eb2e785e (patch) | |
tree | e5b24f1be52aa33407bf23a068facba1245a0b05 | |
parent | 2791e9f02b53ea7992b638fee8e27c1ef29d38e8 (diff) | |
download | FreeBSD-ports-99264f7c324c0194f351b6e0d1095712eb2e785e.zip FreeBSD-ports-99264f7c324c0194f351b6e0d1095712eb2e785e.tar.gz |
Make IGNORE on 4.X. It does not build, and GCC 3.4 won't help here.
-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> |