summaryrefslogtreecommitdiff
path: root/print/auctex/Makefile
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-10-17 16:17:22 +0000
committertonio <tonio@pkgsrc.org>2005-10-17 16:17:22 +0000
commit01890633c2aecd8be9ab2752f997cee4f7418672 (patch)
tree783201b51beebf8c6006be7f6f0c70301fd9439b /print/auctex/Makefile
parentabbcaebe64b860ed881496e1c613936935b4c4c0 (diff)
downloadpkgsrc-01890633c2aecd8be9ab2752f997cee4f7418672.tar.gz
Disable latex-preview, as it conflicts with teTeX3 (already in teTeX3)
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 c94317c933c..9cfcb7ac59f 100644
--- a/print/auctex/Makefile
+++ b/print/auctex/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2005/10/15 20:09:35 tonio Exp $
+# $NetBSD: Makefile,v 1.23 2005/10/17 16:17:22 tonio Exp $
DISTNAME= auctex-11.81
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= http://ftp.gnu.org/pub/gnu/auctex/
@@ -10,7 +11,6 @@ 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
@@ -22,11 +22,12 @@ EVAL_PREFIX+= TEX_PREFIX=teTeX
.if ${EMACS_FLAVOR} == "xemacs"
CONFIGURE_ARGS+= --with-packagedir=${EMACS_LISPPREFIX:C|/lisp||}
.endif
+CONFIGURE_ARGS+= --disable-preview
MAKEFLAGS+= EMACS=${EMACS_BIN}
LISPDIR= ${EMACS_LISPPREFIX}
-INFO_FILES= auctex.info preview-latex.info
+INFO_FILES= auctex.info
PLIST_SUBST+= INFODIR=${INFODIR}
MESSAGE_SUBST+= LISPDIR=${LISPDIR}