diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:09:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:09:08 +0000 |
commit | bcdd710690dd1fd94743f6373bd75a79c71fa6af (patch) | |
tree | 083d05815a5f6b8b73a18c4c424a242681bf117a /www/larbin | |
parent | 501f056606393204698e10de207a00d8f8cda8d4 (diff) |
Notes
Diffstat (limited to 'www/larbin')
-rw-r--r-- | www/larbin/Makefile | 4 |
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 |