diff options
author | kris <kris@FreeBSD.org> | 2004-07-11 09:13:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-07-11 09:13:26 +0800 |
commit | c874ba5cc574134a05d1b6a4e6a232f8bdbd6242 (patch) | |
tree | e85d4282e434a55dc4d74a9c57bc3f9f4764ff02 /print | |
parent | 58c438431588686704e950fa2a383ac5663b4495 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |