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 | a4ec4cda7de50f10ddf987112732dbd1e3e29557 (diff) | |
download | ports-131cd97388c78909b13a26c3ce289bbf3c007b7f.tar.gz ports-131cd97388c78909b13a26c3ce289bbf3c007b7f.zip |
Notes
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 |