diff options
-rw-r--r-- | print/preview-latex/Makefile | 1 | ||||
-rw-r--r-- | print/tex-omegaware-old/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/print/preview-latex/Makefile b/print/preview-latex/Makefile index db909d8bf6ee..212691a38e4f 100644 --- a/print/preview-latex/Makefile +++ b/print/preview-latex/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ --with-texmf-dir=${PREFIX}/${TEXMFLOCAL} \ --disable-8bit-test USE_GHOSTSCRIPT= yes +USE_PERL5_BUILD= yes PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} MKTEXLSR=${MKTEXLSR} INFO= preview-latex diff --git a/print/tex-omegaware-old/Makefile b/print/tex-omegaware-old/Makefile index bd4decff551b..8e624b08fa82 100644 --- a/print/tex-omegaware-old/Makefile +++ b/print/tex-omegaware-old/Makefile @@ -22,6 +22,7 @@ DIST_SUBDIR= teTeX WRKSRC= ${WRKDIR}/tetex-src-${PORTVERSION}/texk/web2c CONFIGURE_WRKSRC= ${WRKDIR}/tetex-src-${PORTVERSION} USE_GMAKE= yes +USE_PERL5_BUILD= yes TETEX_SRC= tetex-src-${PORTVERSION}.tar.gz TETEX_TEXMF= tetex-texmf-${PORTVERSION}.tar.gz |