diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-12-19 17:31:06 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-12-19 17:31:06 +0000 |
commit | 59e89db6bab3c9595ccc29604c92ebaf5db3a2db (patch) | |
tree | e065a727e16df11e80faeaf114304a669f0424e6 /print | |
parent | fa198f2349ea26e98c4730fa92bd54d1717602a3 (diff) | |
download | ports-59e89db6bab3c9595ccc29604c92ebaf5db3a2db.tar.gz ports-59e89db6bab3c9595ccc29604c92ebaf5db3a2db.zip |
Notes
Diffstat (limited to 'print')
-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 |