diff options
author | rafan <rafan@FreeBSD.org> | 2007-06-05 16:49:59 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-06-05 16:49:59 +0800 |
commit | 7af8f8c7c730c156fada24547f3ad2342492d1e2 (patch) | |
tree | 8473a79a7ef9637d8f132c8579bb67b3aa479858 | |
parent | 96dbc943f405809aa3405b67ba3ace75a85f6614 (diff) | |
download | freebsd-ports-gnome-7af8f8c7c730c156fada24547f3ad2342492d1e2.tar.gz freebsd-ports-gnome-7af8f8c7c730c156fada24547f3ad2342492d1e2.tar.zst freebsd-ports-gnome-7af8f8c7c730c156fada24547f3ad2342492d1e2.zip |
- Use bsd.emacs.mk
-rw-r--r-- | print/hyperlatex/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/hyperlatex/Makefile b/print/hyperlatex/Makefile index a3a9c2fad306..ddb57969f5b9 100644 --- a/print/hyperlatex/Makefile +++ b/print/hyperlatex/Makefile @@ -16,11 +16,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Produce HTML and printed documents from LaTeX source WRKSRC= ${WRKDIR}/${PORTNAME}-2.8 -BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs -RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs \ - latex:${PORTSDIR}/print/teTeX \ +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ ppmtogif:${PORTSDIR}/graphics/netpbm +USE_EMACS= yes +EMACS_PORT_NAME?= emacs21 + LATEX_DIR= ${PREFIX}/share/texmf/tex/latex/hyperlatex HYPERLATEX_DIR= ${PREFIX}/share/hyperlatex |