aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-12-02 08:28:19 +0800
committerkris <kris@FreeBSD.org>2002-12-02 08:28:19 +0800
commita838eab2a7036de735729584a46d37fd164fb03b (patch)
tree25c5eda33502362bd771aa22f71f1b7ccd55bb2c /x11-wm
parent7bc1e13f95e6fe2db875edb3acdbc4027057f3bf (diff)
downloadfreebsd-ports-gnome-a838eab2a7036de735729584a46d37fd164fb03b.tar.gz
freebsd-ports-gnome-a838eab2a7036de735729584a46d37fd164fb03b.tar.zst
freebsd-ports-gnome-a838eab2a7036de735729584a46d37fd164fb03b.zip
BROKEN on 5.0: does not compile
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmg/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/wmg/Makefile b/x11-wm/wmg/Makefile
index a80e4e5d4bdd..25662d35cf99 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>