summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:09:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:09:08 +0000
commitbcdd710690dd1fd94743f6373bd75a79c71fa6af (patch)
tree083d05815a5f6b8b73a18c4c424a242681bf117a /www
parentBROKEN: Fails to patch (diff)
BROKEN on 5.1: does not build
Notes
Notes: svn path=/head/; revision=81227
Diffstat (limited to 'www')
-rw-r--r--www/larbin/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not build"
+.endif
+
.if ${XFREE86_VERSION} == 3
BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/imake
.else