summaryrefslogtreecommitdiff
path: root/x11-wm/wmg
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-02 00:28:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-02 00:28:19 +0000
commit88e23a5185d40d2f0b1c716b14b1b58fb42541ef (patch)
tree6c6a9322d962d0c733925665fd99549a3c32f4a6 /x11-wm/wmg
parentBROKEN: Needs GNU recode 3.5 (diff)
BROKEN on 5.0: does not compile
Notes
Notes: svn path=/head/; revision=71290
Diffstat (limited to 'x11-wm/wmg')
-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>