summaryrefslogtreecommitdiff
path: root/print/auctex/Makefile
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-10-15 20:09:35 +0000
committertonio <tonio@pkgsrc.org>2005-10-15 20:09:35 +0000
commitdc443431ded67084465cd128e94e34fcbcb66991 (patch)
tree8fec8acee301987670fc42b6842cc139ef76da62 /print/auctex/Makefile
parent398cb35fb79981ddbaf181b4ef0682570fbc669d (diff)
downloadpkgsrc-dc443431ded67084465cd128e94e34fcbcb66991.tar.gz
Update print/auctex to 11.81
This release contains preview-latex (which install could be disabled by an option, but is it useful ?) Many bugfixes, and support for different languages
Diffstat (limited to 'print/auctex/Makefile')
-rw-r--r--print/auctex/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile
index fbe6af54ba8..c94317c933c 100644
--- a/print/auctex/Makefile
+++ b/print/auctex/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2005/08/28 04:25:30 uebayasi Exp $
+# $NetBSD: Makefile,v 1.22 2005/10/15 20:09:35 tonio Exp $
-DISTNAME= auctex-11.55
+DISTNAME= auctex-11.81
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
CATEGORIES= print
MASTER_SITES= http://ftp.gnu.org/pub/gnu/auctex/
@@ -10,6 +10,7 @@ HOMEPAGE= http://www.nongnu.org/auctex/
COMMENT= Enhanced LaTeX mode for Emacs
.include "../../mk/emacs.mk"
+DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin
USE_TOOLS+= gmake
USE_PKGINSTALL= yes
@@ -25,7 +26,7 @@ CONFIGURE_ARGS+= --with-packagedir=${EMACS_LISPPREFIX:C|/lisp||}
MAKEFLAGS+= EMACS=${EMACS_BIN}
LISPDIR= ${EMACS_LISPPREFIX}
-INFO_FILES= auctex.info
+INFO_FILES= auctex.info preview-latex.info
PLIST_SUBST+= INFODIR=${INFODIR}
MESSAGE_SUBST+= LISPDIR=${LISPDIR}