diff options
author | anray <anray@FreeBSD.org> | 2006-01-24 18:54:29 +0000 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-01-24 18:54:29 +0000 |
commit | 2573bdd414c42b2f5ddafa0d41a5592182b73df5 (patch) | |
tree | 08788a20dd2b5ca9a0a0f59291d6e47f85f11ba3 /print/lilypond/Makefile | |
parent | 6f88a5609587909ab946da0a4f7cf4e1fcedc374 (diff) | |
download | FreeBSD-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/Makefile | 6 |
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: |