aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-07-11 09:13:26 +0800
committerkris <kris@FreeBSD.org>2004-07-11 09:13:26 +0800
commitc874ba5cc574134a05d1b6a4e6a232f8bdbd6242 (patch)
treee85d4282e434a55dc4d74a9c57bc3f9f4764ff02 /print
parent58c438431588686704e950fa2a383ac5663b4495 (diff)
downloadfreebsd-ports-gnome-c874ba5cc574134a05d1b6a4e6a232f8bdbd6242.tar.gz
freebsd-ports-gnome-c874ba5cc574134a05d1b6a4e6a232f8bdbd6242.tar.zst
freebsd-ports-gnome-c874ba5cc574134a05d1b6a4e6a232f8bdbd6242.zip
BROKEN on 5.x: Does not compile
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