From 5ca0dead6172bb8f95ffa7fdfdfe1f7e838c4d2c Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 18 May 2003 12:09:08 +0000 Subject: BROKEN on 5.1: does not build --- www/larbin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/larbin') diff --git a/www/larbin/Makefile b/www/larbin/Makefile index 466d275d8ce5..3d9a7f0af01a 100644 --- a/www/larbin/Makefile +++ b/www/larbin/Makefile @@ -23,6 +23,10 @@ MAKE_ARGS= CXX=${CXX} .include +.if ${OSVERSION} >= 500113 +BROKEN= "Does not build" +.endif + .if ${XFREE86_VERSION} == 3 BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/imake .else -- cgit