diff options
author | hrs <hrs@FreeBSD.org> | 2005-09-30 16:38:14 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-09-30 16:38:14 +0800 |
commit | 2f524cf482cfd923c6761c26b27899954d28929a (patch) | |
tree | 6baff9a8346d5b096404f10541557b56e31d67e2 | |
parent | facf7cf2574174dfd9171c5b700b3c3cc8aaabf5 (diff) | |
download | freebsd-ports-gnome-2f524cf482cfd923c6761c26b27899954d28929a.tar.gz freebsd-ports-gnome-2f524cf482cfd923c6761c26b27899954d28929a.tar.zst freebsd-ports-gnome-2f524cf482cfd923c6761c26b27899954d28929a.zip |
Set --with-texmf-dir explicitly.
-rw-r--r-- | print/auctex/Makefile | 4 |
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} |