diff options
author | erwin <erwin@FreeBSD.org> | 2010-03-13 19:41:12 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-03-13 19:41:12 +0800 |
commit | 77205cd5ab0b02a29cec75baea67b1cf90110273 (patch) | |
tree | c66ddc8f57a0fd45baa36ff0d2ee3945a48f0cf6 /x11-toolkits | |
parent | 79d15d003acbd6213e7d1951b82391a96797b4fa (diff) | |
download | freebsd-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/Makefile | 8 |
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> |