aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/mlvwm
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-17 10:11:02 +0800
committerkris <kris@FreeBSD.org>2006-09-17 10:11:02 +0800
commitc1c195536962638db1538e203205697c963177fa (patch)
tree8ad9d8b64b3ceefb7a3f0e5bd7f2fdd1f1daa0e7 /x11-wm/mlvwm
parent2edd3a69ef28af848dc3448cf550466ccc57e1ae (diff)
downloadfreebsd-ports-gnome-c1c195536962638db1538e203205697c963177fa.tar.gz
freebsd-ports-gnome-c1c195536962638db1538e203205697c963177fa.tar.zst
freebsd-ports-gnome-c1c195536962638db1538e203205697c963177fa.zip
BROKEN on 6.x: Does not compile
Diffstat (limited to 'x11-wm/mlvwm')
-rw-r--r--x11-wm/mlvwm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/mlvwm/Makefile b/x11-wm/mlvwm/Makefile
index 3084272d6071..7e7c25cf76f3 100644
--- a/x11-wm/mlvwm/Makefile
+++ b/x11-wm/mlvwm/Makefile
@@ -23,6 +23,12 @@ MAN1= mlvwm.1
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
@@ -35,4 +41,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/pixmap/*.xpm ${MLVWMLIBDIR}/pixmap
${INSTALL_DATA} ${WRKSRC}/sample_rc/Mlvwmrc* ${MLVWMLIBDIR}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>