aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-05-11 17:58:55 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-05-11 17:58:55 +0000
commit4e09def2d4cfcd05ede8b5671ca97a7f676654b2 (patch)
tree4e99b662e9edb02c504f73d22596ea702c0f3d31 /deskutils
parentf88394af09ffce9250caa45347e357f79b0100ff (diff)
downloadports-4e09def2d4cfcd05ede8b5671ca97a7f676654b2.tar.gz
ports-4e09def2d4cfcd05ede8b5671ca97a7f676654b2.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/etask/Makefile5
-rw-r--r--deskutils/tomboy-plugin-latex/Makefile2
2 files changed, 3 insertions, 4 deletions
diff --git a/deskutils/etask/Makefile b/deskutils/etask/Makefile
index 992c8ddda741..3b6584f95004 100644
--- a/deskutils/etask/Makefile
+++ b/deskutils/etask/Makefile
@@ -15,13 +15,12 @@ MASTER_SITES= http://members.chello.at/rene.weichselbaum/ \
MAINTAINER= dryice@dryice.name
COMMENT= Manage your projects or tasks within GNU Emacs
-RUN_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \
- xpdf:${PORTSDIR}/graphics/xpdf
+RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf
USE_EMACS= yes
EMACS_PORT_NAME?= emacs21
USE_GHOSTSCRIPT_RUN= yes
-USE_TEX= tetex
+USE_TEX= latex dvipsk
.if ${EMACS_PORT_NAME} != "emacs21"
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
diff --git a/deskutils/tomboy-plugin-latex/Makefile b/deskutils/tomboy-plugin-latex/Makefile
index 28e1169db180..51d39b298bf5 100644
--- a/deskutils/tomboy-plugin-latex/Makefile
+++ b/deskutils/tomboy-plugin-latex/Makefile
@@ -20,6 +20,6 @@ RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_TEX= tetex
+USE_TEX= latex
.include <bsd.port.mk>