diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-07-11 01:13:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-07-11 01:13:26 +0000 |
commit | a0a020ca6636316a08065479742e982dd819ff76 (patch) | |
tree | bb7685dd1394dd9c0a33ffc7cbd91f69628a9aca /print | |
parent | f72bc82cb37a15b2f7e171b91a5c4053d99aa066 (diff) | |
download | ports-a0a020ca6636316a08065479742e982dd819ff76.tar.gz ports-a0a020ca6636316a08065479742e982dd819ff76.zip |
Notes
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 |