diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-18 03:53:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-18 03:53:56 +0000 |
commit | eaa55dd0367c65e926a9f0aaba0916af4192978d (patch) | |
tree | 223ad1e316f6d96126dc9346489b88ae32629f67 /x11-wm | |
parent | The pkg-plist now seems to be correct, remove BROKEN tag. (diff) |
Remove BROKEN tag; this port now builds on 5.x.
Notes
Notes:
svn path=/head/; revision=101295
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xwmm/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-wm/xwmm/Makefile b/x11-wm/xwmm/Makefile index e3980278681c..751084a9c16b 100644 --- a/x11-wm/xwmm/Makefile +++ b/x11-wm/xwmm/Makefile @@ -23,10 +23,6 @@ ALL_TARGET= # empty .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - do-install: $(INSTALL_PROGRAM) $(WRKSRC)/xwmm $(PREFIX)/bin $(INSTALL_SCRIPT) $(WRKSRC)/startkde.fixed $(PREFIX)/bin/startkde.xwmm |