diff options
author | kris <kris@FreeBSD.org> | 2007-03-03 18:31:24 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-03-03 18:31:24 +0000 |
commit | a849c3e839c6848516f38158243286e0eefd5eda (patch) | |
tree | 2d8d7041e9af0718b01acf080f40da88b648741c /x11-wm | |
parent | 4991235f11aa75c4d0002140f02778f65fe6ad82 (diff) | |
download | FreeBSD-ports-a849c3e839c6848516f38158243286e0eefd5eda.zip FreeBSD-ports-a849c3e839c6848516f38158243286e0eefd5eda.tar.gz |
Now appears to build on 7.0
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mlvwm/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-wm/mlvwm/Makefile b/x11-wm/mlvwm/Makefile index 7e7c25c..9ffc208 100644 --- a/x11-wm/mlvwm/Makefile +++ b/x11-wm/mlvwm/Makefile @@ -25,10 +25,6 @@ MLVWMLIBDIR= ${PREFIX}/lib/X11/mlvwm .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 601104 -BROKEN= Does not build on FreeBSD >= 6.x -.endif - post-extract: @${TAR} -C ${WRKSRC}/pixmap -xzf ${DISTDIR}/mini-icons.tar.gz |