summaryrefslogtreecommitdiffstats
path: root/graphics/edje
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2005-07-23 02:59:34 +0000
committervanilla <vanilla@FreeBSD.org>2005-07-23 02:59:34 +0000
commit99264f7c324c0194f351b6e0d1095712eb2e785e (patch)
treee5b24f1be52aa33407bf23a068facba1245a0b05 /graphics/edje
parent2791e9f02b53ea7992b638fee8e27c1ef29d38e8 (diff)
downloadFreeBSD-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.
Diffstat (limited to 'graphics/edje')
-rw-r--r--graphics/edje/Makefile8
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>
OpenPOWER on IntegriCloud