diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-06 10:00:40 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-06 10:00:40 +0800 |
commit | 7d813d3d1216f86eb5fb23e9bb2b1016686e382a (patch) | |
tree | 03323bda08dff3e59e16e53235d609d9f8541643 /deskutils | |
parent | 56bfc43ff611d8bd6cd9e8de4be32b94d4cfea27 (diff) | |
download | freebsd-ports-gnome-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.tar.gz freebsd-ports-gnome-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.tar.zst freebsd-ports-gnome-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.zip |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/etask/Makefile | 4 | ||||
-rw-r--r-- | deskutils/tomboy-plugin-latex/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/etask/Makefile b/deskutils/etask/Makefile index fa974cff2d24..992c8ddda741 100644 --- a/deskutils/etask/Makefile +++ b/deskutils/etask/Makefile @@ -15,13 +15,13 @@ MASTER_SITES= http://members.chello.at/rene.weichselbaum/ \ MAINTAINER= dryice@dryice.name COMMENT= Manage your projects or tasks within GNU Emacs -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ - dvips:${PORTSDIR}/print/dvipsk-tetex \ +RUN_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \ xpdf:${PORTSDIR}/graphics/xpdf USE_EMACS= yes EMACS_PORT_NAME?= emacs21 USE_GHOSTSCRIPT_RUN= yes +USE_TEX= tetex .if ${EMACS_PORT_NAME} != "emacs21" PORTNAMESUFFIX= ${PKGNAMESUFFIX} diff --git a/deskutils/tomboy-plugin-latex/Makefile b/deskutils/tomboy-plugin-latex/Makefile index 88c777d281b5..28e1169db180 100644 --- a/deskutils/tomboy-plugin-latex/Makefile +++ b/deskutils/tomboy-plugin-latex/Makefile @@ -16,10 +16,10 @@ MAINTAINER= mono@FreeBSD.org COMMENT= LaTeX math plugin for Tomboy BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy -RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy \ - latex:${PORTSDIR}/print/teTeX-base +RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy GNU_CONFIGURE= yes USE_GMAKE= yes +USE_TEX= tetex .include <bsd.port.mk> |