aboutsummaryrefslogtreecommitdiff
path: root/print/lilypond
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-14 01:36:07 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-14 01:36:07 +0000
commited5b10bd929a95bcb055afaaf5bfbed0d69f4339 (patch)
tree30efd8f5fde9ad3b80330a79d559fc7eaf123ca3 /print/lilypond
parent76a7d05848e656c4c0235951de84c8f27c28da8e (diff)
downloadports-ed5b10bd929a95bcb055afaaf5bfbed0d69f4339.tar.gz
ports-ed5b10bd929a95bcb055afaaf5bfbed0d69f4339.zip
Notes
Diffstat (limited to 'print/lilypond')
-rw-r--r--print/lilypond/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index 433f33a0af4f..ab26954fe9b6 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -54,6 +54,10 @@ ALL_TARGET= all
USE_GCC= 3.3
.endif
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
+BROKEN= "Coredump during build on alpha 4.x"
+.endif
+
SCRIPTS_ENV+= PORTVERSION=${PORTVERSION}
.if defined(NOPORTDOCS)