summaryrefslogtreecommitdiff
path: root/print/auctex
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2005-09-30 08:38:14 +0000
committerHiroki Sato <hrs@FreeBSD.org>2005-09-30 08:38:14 +0000
commitf5a4252cb3ce298346e3b946160e7199010da996 (patch)
tree9bb3d6009677b8e0f649bbfb1bc7fcf46a74902e /print/auctex
parent- Update to 1.0.12 (diff)
Set --with-texmf-dir explicitly.
Notes
Notes: svn path=/head/; revision=143826
Diffstat (limited to 'print/auctex')
-rw-r--r--print/auctex/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile
index 3b07c3b5ab68..713586804deb 100644
--- a/print/auctex/Makefile
+++ b/print/auctex/Makefile
@@ -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}