Set --with-texmf-dir explicitly.
This commit is contained in:
parent
61c9358f3b
commit
f5a4252cb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143826
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ RUN_DEPENDS= ${MKTEXLSR}:${PORTSDIR}/print/teTeX-base
|
|||
USE_GHOSTSCRIPT=yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-lispdir=${PREFIX}/${LISPDIR} \
|
||||
--with-auto-dir=${PREFIX}/${LISPDIR}/auctex/auto
|
||||
--with-auto-dir=${PREFIX}/${LISPDIR}/auctex/auto \
|
||||
--with-texmf-dir=${PREFIX}/${TEXMFDIR}
|
||||
|
||||
EMACS_PORT_NAME?= emacs21
|
||||
LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}
|
||||
|
||||
|
|
Loading…
Reference in a new issue