diff options
author | kris <kris@FreeBSD.org> | 2002-12-02 00:28:19 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-12-02 00:28:19 +0000 |
commit | a838eab2a7036de735729584a46d37fd164fb03b (patch) | |
tree | 25c5eda33502362bd771aa22f71f1b7ccd55bb2c /x11-wm/wmg | |
parent | 7bc1e13f95e6fe2db875edb3acdbc4027057f3bf (diff) | |
download | FreeBSD-ports-a838eab2a7036de735729584a46d37fd164fb03b.zip FreeBSD-ports-a838eab2a7036de735729584a46d37fd164fb03b.tar.gz |
BROKEN on 5.0: does not compile
Diffstat (limited to 'x11-wm/wmg')
-rw-r--r-- | x11-wm/wmg/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/wmg/Makefile b/x11-wm/wmg/Makefile index a80e4e5..25662d3 100644 --- a/x11-wm/wmg/Makefile +++ b/x11-wm/wmg/Makefile @@ -22,4 +22,10 @@ USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 500000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |