diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:36:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:36:12 +0000 |
commit | b5ba813ea5944af104ec60ac850c443c15349ebf (patch) | |
tree | 7f011faddcf2ca91ab28c4bad6d370d5f9b9af96 /print/lilypond | |
parent | c8f26211d7c759b801203f44f5fbefd4a52ae14b (diff) | |
download | ports-b5ba813ea5944af104ec60ac850c443c15349ebf.tar.gz ports-b5ba813ea5944af104ec60ac850c443c15349ebf.zip |
Notes
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index e44629b28dd9..64511f271244 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -19,6 +19,12 @@ COMMENT= The GNU music typesetter BUILD_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + MAN1= abc2ly.1 as2text.1 convert-ly.1 etf2ly.1 lilypond.1 \ lilypond-book.1 ly2dvi.1 midi2ly.1 mup2ly.1 musedata2ly.1 pmx2ly.1 @@ -45,4 +51,4 @@ post-install: ${FIND} ${PREFIX}/share/examples/lilypond -name "GNUmakefile" | xargs ${RM} ;\ ${FIND} ${PREFIX}/share/examples/lilypond -name "out" | xargs ${RM} -rf ;\ -.include <bsd.port.mk> +.include <bsd.port.post.mk> |