summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/evince/Makefile3
-rw-r--r--graphics/evince3/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index c764ccce7..9fef6dc92 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -54,8 +54,7 @@ DJVU_DESC= DJVU support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB}
-BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base
-RUN_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base
+USE_TEX= tetex
CONFIGURE_ARGS+= --enable-dvi
GCONF_SCHEMAS+= evince-thumbnailer-dvi.schemas
diff --git a/graphics/evince3/Makefile b/graphics/evince3/Makefile
index c7638a10d..d446aecc0 100644
--- a/graphics/evince3/Makefile
+++ b/graphics/evince3/Makefile
@@ -56,8 +56,7 @@ DJVU_DESC= DJVU support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB}
-BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base
-RUN_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base
+USE_TEX= tetex
CONFIGURE_ARGS+= --enable-dvi
PLIST_SUB+= DVI=""