diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-14 22:14:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-14 22:14:41 +0000 |
commit | d5ea32e97cadc8711883847b5b33c8be91b21793 (patch) | |
tree | 2b0bfb9390d414a66baeb76b1054e49b31bde60a /x11-themes/gtk-equinox-engine | |
parent | f36d9ffc2bf95564190240014a0bc96c23018a3c (diff) |
Notes
Diffstat (limited to 'x11-themes/gtk-equinox-engine')
-rw-r--r-- | x11-themes/gtk-equinox-engine/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/gtk-equinox-engine/Makefile b/x11-themes/gtk-equinox-engine/Makefile index d6ec011e9e2d..ac1647800c31 100644 --- a/x11-themes/gtk-equinox-engine/Makefile +++ b/x11-themes/gtk-equinox-engine/Makefile @@ -40,6 +40,10 @@ OPTIONS= ANIMATION "Enable animation support" on CONFIGURE_ARGS+= --enable-animation .endif +.if ${OSVERSION} < 700000 +BROKEN= fails to install on 6.X +.endif + post-extract: @cd ${WRKDIR} && ${TAR} zxf equinox-gtk-engine.tar.gz @cd ${WRKDIR} && ${TAR} zxf equinox-themes.tar.gz |