diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-03 21:15:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-03 21:15:33 +0000 |
commit | 318c594deb5841c8397750d8a5f8ceca33662043 (patch) | |
tree | eba90a4e6b2202c1d72166b19fdcfea6b50d0ef4 /x11-wm/wmcp/Makefile | |
parent | bd3610a0684128fff2ca39a5f3a2590bbb80fe4c (diff) | |
download | ports-318c594deb5841c8397750d8a5f8ceca33662043.tar.gz ports-318c594deb5841c8397750d8a5f8ceca33662043.zip |
- Fix build with gcc-3.x
PR: 60872
Submitted by: Samy Al Bahra <samy@kerneled.com>
Notes
Notes:
svn path=/head/; revision=97249
Diffstat (limited to 'x11-wm/wmcp/Makefile')
-rw-r--r-- | x11-wm/wmcp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-wm/wmcp/Makefile b/x11-wm/wmcp/Makefile index 014bfe3310ac..d7bb81ab24c2 100644 --- a/x11-wm/wmcp/Makefile +++ b/x11-wm/wmcp/Makefile @@ -20,10 +20,4 @@ ALL_TARGET= clean wmcp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |