diff options
Diffstat (limited to 'print/mftrace/Makefile')
-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 e49a0a3..3eb699b 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 |