diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-15 20:09:35 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-15 20:09:35 +0000 |
commit | 0e33c06b36002a4e4e1f7fc53e448fa1dac9d8a8 (patch) | |
tree | 8fec8acee301987670fc42b6842cc139ef76da62 /print/auctex/Makefile | |
parent | 104634286aceb5aab1ba85d2e1973267fb29f0a8 (diff) | |
download | pkgsrc-0e33c06b36002a4e4e1f7fc53e448fa1dac9d8a8.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/Makefile | 7 |
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} |