From f05d922eb3bf8a08afcf2d2e1a4fa7f9d0b62102 Mon Sep 17 00:00:00 2001
From: Kris Kennaway <kris@FreeBSD.org>
Date: Thu, 18 Mar 2004 23:24:06 +0000
Subject: BROKEN on 4.x: Does not compile

---
 x11-wm/pawm/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/x11-wm/pawm/Makefile b/x11-wm/pawm/Makefile
index b6975f7e8bb8..dfaadc1a8c81 100644
--- a/x11-wm/pawm/Makefile
+++ b/x11-wm/pawm/Makefile
@@ -21,6 +21,12 @@ USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=		"Does not compile on 4.x"
+.endif
+
 do-configure:
 	cd ${WRKSRC} && \
 		bash ./0 --prefix=${PREFIX} --datadir=${PREFIX}/share/pawm
@@ -54,4 +60,4 @@ do-install:
 .endfor
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0