diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 20:25:40 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 20:25:40 +0800 |
commit | 192bd28d577be473a04f3fec2b8025566b214a8c (patch) | |
tree | 768c01ce3cf569300b184f997e8d124ef09bb09e /x11-wm | |
parent | cf8f4bed6e0f40ff34f3c8262890f50eacad3ae6 (diff) | |
download | freebsd-ports-gnome-192bd28d577be473a04f3fec2b8025566b214a8c.tar.gz freebsd-ports-gnome-192bd28d577be473a04f3fec2b8025566b214a8c.tar.zst freebsd-ports-gnome-192bd28d577be473a04f3fec2b8025566b214a8c.zip |
BROKEN on 5.1: bad C++
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xwmm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/xwmm/Makefile b/x11-wm/xwmm/Makefile index 575564f01902..89ed06bdf524 100644 --- a/x11-wm/xwmm/Makefile +++ b/x11-wm/xwmm/Makefile @@ -14,6 +14,12 @@ MASTER_SITE_SUBDIR= asami MAINTAINER= kde@freebsd.org COMMENT= A simple utility managing multiple Window Managers with Qt +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_X_PREFIX= yes USE_QT_VER= 2 USE_GMAKE= yes @@ -26,4 +32,4 @@ do-install: $(MKDIR) $(PREFIX)/lib/X11/xwmm $(INSTALL_DATA) $(WRKSRC)/system.xwmmrc $(PREFIX)/lib/X11/xwmm -.include <bsd.port.mk> +.include <bsd.port.post.mk> |