summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-07-11 01:13:26 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-07-11 01:13:26 +0000
commita0a020ca6636316a08065479742e982dd819ff76 (patch)
treebb7685dd1394dd9c0a33ffc7cbd91f69628a9aca /print
parentBROKEN: Build fails (diff)
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=113367
Diffstat (limited to 'print')
-rw-r--r--print/lilypond/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index 45ef4fe9d6ed..8da25a6e092d 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -56,6 +56,10 @@ CFLAGS+= ${CPPFLAGS}
.include <bsd.port.pre.mk>
ALL_TARGET= all
+.if ${OSVERSION} >= 502120
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${OSVERSION} < 500000
USE_GCC= 3.3
.endif