diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-06 10:00:40 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-06 10:00:40 +0800 |
commit | 7d813d3d1216f86eb5fb23e9bb2b1016686e382a (patch) | |
tree | 03323bda08dff3e59e16e53235d609d9f8541643 /print/lilypond-devel | |
parent | 56bfc43ff611d8bd6cd9e8de4be32b94d4cfea27 (diff) | |
download | freebsd-ports-gnome-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.tar.gz freebsd-ports-gnome-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.tar.zst freebsd-ports-gnome-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.zip |
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-devel')
-rw-r--r-- | print/lilypond-devel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 5dad7c625654..f2cd22b07db0 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -10,8 +10,7 @@ PKGNAMESUFFIX= -devel 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 \ @@ -21,8 +20,7 @@ LIB_DEPENDS= guile:${PORTSDIR}/lang/guile \ gmp:${PORTSDIR}/math/gmp \ freetype:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ - dblatex:${PORTSDIR}/textproc/dblatex \ +RUN_DEPENDS= dblatex:${PORTSDIR}/textproc/dblatex \ mftrace:${PORTSDIR}/print/mftrace \ pngtopnm:${PORTSDIR}/graphics/netpbm \ convert:${PORTSDIR}/graphics/ImageMagick \ @@ -50,6 +48,7 @@ USE_GMAKE= yes USE_GHOSTSCRIPT=9 USE_PYTHON= yes USE_PERL5_BUILD=yes +USE_TEX= tetex USE_GNOME= pango MAKEFILE= GNUmakefile |