diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-06 02:00:40 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-06 02:00:40 +0000 |
commit | 7d813d3d1216f86eb5fb23e9bb2b1016686e382a (patch) | |
tree | 03323bda08dff3e59e16e53235d609d9f8541643 /print/lilypond/Makefile | |
parent | 56bfc43ff611d8bd6cd9e8de4be32b94d4cfea27 (diff) | |
download | FreeBSD-ports-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.zip FreeBSD-ports-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.tar.gz |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Diffstat (limited to 'print/lilypond/Makefile')
-rw-r--r-- | print/lilypond/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 384e45c..c3fa634 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -9,8 +9,7 @@ MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ MAINTAINER= gahr@FreeBSD.org COMMENT= The GNU music typesetter -BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ - pdftexi2dvi:${PORTSDIR}/print/texinfo \ +BUILD_DEPENDS= pdftexi2dvi:${PORTSDIR}/print/texinfo \ t1ascii:${PORTSDIR}/print/t1utils \ bash:${PORTSDIR}/shells/bash \ fontforge:${PORTSDIR}/print/fontforge \ @@ -20,8 +19,7 @@ LIB_DEPENDS= guile:${PORTSDIR}/lang/guile \ gmp:${PORTSDIR}/math/gmp \ freetype:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ - mftrace:${PORTSDIR}/print/mftrace \ +RUN_DEPENDS= mftrace:${PORTSDIR}/print/mftrace \ ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu MAN1= lilymidi.1 lilypond-book.1 lilypond-invoke-editor.1 \ @@ -44,6 +42,7 @@ INFO= lilypond-notation \ USES= bison:build gettext USE_GMAKE= yes USE_GHOSTSCRIPT=9 +USE_TEX= tetex USE_PYTHON= yes USE_PERL5_BUILD=yes USE_GNOME= pango |