diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:39:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:39:47 +0000 |
commit | 4fc271a5c21ae8fcc8b01046c5011d250a8bd3bf (patch) | |
tree | 142c479713cd18bed7cc3b4504a51671ab10ebff /x11-wm | |
parent | 8a4312bead48932e9af14312be5fa90476127a8b (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mlvwm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/mlvwm/Makefile b/x11-wm/mlvwm/Makefile index 9ffc208aca25..273986748816 100644 --- a/x11-wm/mlvwm/Makefile +++ b/x11-wm/mlvwm/Makefile @@ -25,6 +25,10 @@ MLVWMLIBDIR= ${PREFIX}/lib/X11/mlvwm .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 600100 +BROKEN= Does not build +.endif + post-extract: @${TAR} -C ${WRKSRC}/pixmap -xzf ${DISTDIR}/mini-icons.tar.gz |