From a9e7ec9e79c133f813c5f01736577ab824a06d0f Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 16 Oct 2003 02:26:47 +0000 Subject: BROKEN on 5.x: does not compile --- misc/wmcp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'misc/wmcp') diff --git a/misc/wmcp/Makefile b/misc/wmcp/Makefile index 070e12b..54c301f 100644 --- a/misc/wmcp/Makefile +++ b/misc/wmcp/Makefile @@ -20,4 +20,10 @@ ALL_TARGET= clean wmcp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin -.include +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + +.include -- cgit v1.1