aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2005-07-23 11:00:08 +0800
committervanilla <vanilla@FreeBSD.org>2005-07-23 11:00:08 +0800
commita7760da747b865b54f09a6e6ec143c0806976e47 (patch)
tree2a225fccf761fd3064ab686037494883438f11c4 /x11-wm
parent99264f7c324c0194f351b6e0d1095712eb2e785e (diff)
downloadfreebsd-ports-gnome-a7760da747b865b54f09a6e6ec143c0806976e47.tar.gz
freebsd-ports-gnome-a7760da747b865b54f09a6e6ec143c0806976e47.tar.zst
freebsd-ports-gnome-a7760da747b865b54f09a6e6ec143c0806976e47.zip
Mark IGNORE on 4.X. for graphics/edje reason.
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>