aboutsummaryrefslogtreecommitdiff
path: root/graphics/edje
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-07-23 02:59:34 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-07-23 02:59:34 +0000
commit47d84e9934348dc670099a5e8ae7d33b341d0d5e (patch)
tree53176659c416834cd8ef80676190f7d4e44c66f1 /graphics/edje
parentdcc27bb0dcf814bb19d19769fd3a53e54fae5224 (diff)
downloadports-47d84e9934348dc670099a5e8ae7d33b341d0d5e.tar.gz
ports-47d84e9934348dc670099a5e8ae7d33b341d0d5e.zip
Notes
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 5101418f9ea7..b936b5dc61e1 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>