summaryrefslogtreecommitdiffstats
path: root/print/lilypond/Makefile
diff options
context:
space:
mode:
authoranray <anray@FreeBSD.org>2006-01-24 18:54:29 +0000
committeranray <anray@FreeBSD.org>2006-01-24 18:54:29 +0000
commit2573bdd414c42b2f5ddafa0d41a5592182b73df5 (patch)
tree08788a20dd2b5ca9a0a0f59291d6e47f85f11ba3 /print/lilypond/Makefile
parent6f88a5609587909ab946da0a4f7cf4e1fcedc374 (diff)
downloadFreeBSD-ports-2573bdd414c42b2f5ddafa0d41a5592182b73df5.zip
FreeBSD-ports-2573bdd414c42b2f5ddafa0d41a5592182b73df5.tar.gz
Fix build and unbreak port.
PR: ports/92277 Submitted by: rik
Diffstat (limited to 'print/lilypond/Makefile')
-rw-r--r--print/lilypond/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index cc6ed03..872bdcc 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -57,10 +57,6 @@ 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.4
.endif
@@ -83,7 +79,7 @@ pre-configure:
.if !defined(WITH_SELFBUILT_FONTS)
post-configure:
- cd ${WRKSRC} && ${GMAKE} -C mf get-pfa
+ cd ${WRKSRC} && ${GMAKE} -C mf get-pfa DISTDIR=${DISTDIR}
.endif
post-install:
OpenPOWER on IntegriCloud