diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-06-06 18:19:03 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-06-06 18:19:03 +0000 |
commit | 21845ed22583e82b98be7db7b74ac9eb84e84960 (patch) | |
tree | 44a78c7cf4f61b0e9b02e6863e6c664b82bce633 /print/auctex/Makefile | |
parent | 205cd316c7a39cecf58b8bdca2c13bbfedf66c39 (diff) | |
download | ports-21845ed22583e82b98be7db7b74ac9eb84e84960.tar.gz ports-21845ed22583e82b98be7db7b74ac9eb84e84960.zip |
Notes
Diffstat (limited to 'print/auctex/Makefile')
-rw-r--r-- | print/auctex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile index ddc31e56acc7..555f54989c02 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -6,13 +6,14 @@ # PORTNAME= auctex -PORTVERSION= 9.9p +PORTVERSION= 10.0g CATEGORIES= print elisp MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= support/auctex MAINTAINER= mkamm@gmx.net +# NOTE: AUC TeX 10 requires Emacs version to be >= 20 # EMACS_NAME must be 'emacs' or 'xemacs' - it is used for byte compiling # emacs lisp files (*.el => *.elc) # EMACS_PORT is only used for dependency registration, the installed bits |