diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-12-03 15:52:49 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-12-03 15:52:49 +0000 |
commit | 14d4ea63159f3bb490f50d87a1048f47b7121314 (patch) | |
tree | 9021d6f32188d57dd0caecca58539a527a8c424f /print/lilypond/Makefile | |
parent | b1a748a02260d19b861d67ca32d56469e135fa8a (diff) |
Notes
Diffstat (limited to 'print/lilypond/Makefile')
-rw-r--r-- | print/lilypond/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 1f5e0e0625f5..c789b3730ea6 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -8,7 +8,7 @@ # PORTNAME= lilypond -PORTVERSION= 2.11.64 +PORTVERSION= 2.11.65 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v2.11/:src \ http://download.linuxaudio.org/lilypond/binaries/freebsd-x86/:bin @@ -22,7 +22,8 @@ COMMENT= The GNU music typesetter BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \ mftrace:${PORTSDIR}/print/mftrace \ rarian-sk-config:${PORTSDIR}/textproc/rarian \ - texi2html:${PORTSDIR}/textproc/texi2html + texi2html:${PORTSDIR}/textproc/texi2html \ + texi2dvi:${PORTSDIR}/print/texinfo LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ mftrace:${PORTSDIR}/print/mftrace @@ -51,10 +52,6 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} .include <bsd.port.pre.mk> -.if defined(WITH_WEBDOCS) -IGNORE= documentation is broken. Run make config again and uncheck WEBDOCS -.endif - .if !defined(NOPORTDOCS) && defined(WITH_WEBDOCS) BUILD_DEPENDS+= pbmpscale:${PORTSDIR}/graphics/netpbm ALL_TARGET+= web @@ -77,6 +74,11 @@ post-patch: ${WRKSRC}/configure ${REINPLACE_CMD} -e 's|<FlexLexer.h>|"/usr/include/FlexLexer.h"|' \ ${WRKSRC}/lily/include/includable-lexer.hh +# Documentation in Spanish does not build... + ${REINPLACE_CMD} -e '70s|es, ||' ${WRKSRC}/python/langdefs.py +.if defined(WITHOUT_NLS) + ${REINPLACE_CMD} -e '17,21d' ${WRKSRC}/po/GNUmakefile +.endif post-install: @${LN} -s ${DATADIR}/${PORTVERSION} ${DATADIR}/current |