aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2010-03-13 19:41:12 +0800
committererwin <erwin@FreeBSD.org>2010-03-13 19:41:12 +0800
commit77205cd5ab0b02a29cec75baea67b1cf90110273 (patch)
treec66ddc8f57a0fd45baa36ff0d2ee3945a48f0cf6 /x11-toolkits
parent79d15d003acbd6213e7d1951b82391a96797b4fa (diff)
downloadfreebsd-ports-gnome-77205cd5ab0b02a29cec75baea67b1cf90110273.tar.gz
freebsd-ports-gnome-77205cd5ab0b02a29cec75baea67b1cf90110273.tar.zst
freebsd-ports-gnome-77205cd5ab0b02a29cec75baea67b1cf90110273.zip
Mark broken on 8.x: does not build
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/efltk/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/efltk/Makefile b/x11-toolkits/efltk/Makefile
index ebd8e716f7ca..7909041d6dbc 100644
--- a/x11-toolkits/efltk/Makefile
+++ b/x11-toolkits/efltk/Makefile
@@ -38,4 +38,10 @@ MAKE_ENV+= LD_LIBRARY_PATH="${WRKSRC}/lib"
USE_LDCONFIG= yes
USE_XORG= x11 xext
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800501
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>