summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-07-23 03:00:08 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-07-23 03:00:08 +0000
commit39acb1b6d40a0cecf06f991c152c3107da82540d (patch)
tree6cc3c2ebb8b9305df592a3ae768029cd1b44ef5d /x11-wm
parentMake IGNORE on 4.X. It does not build, and GCC 3.4 won't help here. (diff)
Mark IGNORE on 4.X. for graphics/edje reason.
Notes
Notes: svn path=/head/; revision=139939
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/enlightenment-devel/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile
index 24f932a34028..fb2339c22eca 100644
--- a/x11-wm/enlightenment-devel/Makefile
+++ b/x11-wm/enlightenment-devel/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
eet.9:${PORTSDIR}/devel/eet
USE_GMAKE= yes
-CONFLICTS= x11-wm/enlightenment
+CONFLICTS= enlightenment-[0-9]*
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnometarget
USE_ICONV= yes
@@ -32,4 +32,10 @@ USE_LIBTOOL_VER= 15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/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>