diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
commit | 131cd97388c78909b13a26c3ce289bbf3c007b7f (patch) | |
tree | d22f5aaa16546b9e90fc0a35df15ff1dc17c67e9 /print/hyperlatex | |
parent | Update pkg-message to match the current state of the default version (diff) |
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
Notes
Notes:
svn path=/head/; revision=104813
Diffstat (limited to 'print/hyperlatex')
-rw-r--r-- | print/hyperlatex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/hyperlatex/Makefile b/print/hyperlatex/Makefile index e29080df5aa9..bd1f602a393d 100644 --- a/print/hyperlatex/Makefile +++ b/print/hyperlatex/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://www.cs.uu.nl/~otfried/Hyperlatex/ MAINTAINER= witr@rwwa.com COMMENT= Produce HTML and printed documents from LaTeX source -BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs21 -RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs21 \ +BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs +RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs \ latex:${PORTSDIR}/print/teTeX \ ppmtogif:${PORTSDIR}/graphics/netpbm |