diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 19:36:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 19:36:12 +0800 |
commit | 35298f47d044c64411ad1b49237f0873d40ecc80 (patch) | |
tree | c40c8d745cd08ad7f0027da0b00be7f042931f3b /print | |
parent | fecc68dbc066a5d1d93b41746d9614bc0c35e869 (diff) | |
download | freebsd-ports-gnome-35298f47d044c64411ad1b49237f0873d40ecc80.tar.gz freebsd-ports-gnome-35298f47d044c64411ad1b49237f0873d40ecc80.tar.zst freebsd-ports-gnome-35298f47d044c64411ad1b49237f0873d40ecc80.zip |
BROKEN on 5.1: configure fails
Diffstat (limited to 'print')
-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> |