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/mftrace | |
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/mftrace')
-rw-r--r-- | print/mftrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile index e49a0a348244..3eb699bbc363 100644 --- a/print/mftrace/Makefile +++ b/print/mftrace/Makefile @@ -16,8 +16,7 @@ MASTER_SITES= http://lilypond.org/download/sources/mftrace/ \ MAINTAINER= nivit@FreeBSD.org COMMENT= Scalable PostScript (Type1) Fonts for MetaFont -RUN_DEPENDS= mktextfm:${PORTSDIR}/print/teTeX \ - t1asm:${PORTSDIR}/print/t1utils \ +RUN_DEPENDS= t1asm:${PORTSDIR}/print/t1utils \ fontforge:${PORTSDIR}/print/fontforge .if defined(WITH_AUTOTRACE) @@ -30,6 +29,7 @@ RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace # Python3 ready USE_PYTHON= yes +USE_TEX= tetex GNU_CONFIGURE= yes USE_GMAKE= yes MAKEFILE= GNUmakefile |