summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-06 14:24:39 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-06 14:24:39 +0800
commitfd424ee387472a9e9cc603df783f1396a9bad52b (patch)
treef3384ae93aaae5ebf0f6c60a5329984eb638cea7
parentb59ba1eaadad8e8c15e95f89a9fa4f2daf319a21 (diff)
downloadmarcuscom-ports-fd424ee387472a9e9cc603df783f1396a9bad52b.tar
marcuscom-ports-fd424ee387472a9e9cc603df783f1396a9bad52b.tar.gz
marcuscom-ports-fd424ee387472a9e9cc603df783f1396a9bad52b.tar.bz2
marcuscom-ports-fd424ee387472a9e9cc603df783f1396a9bad52b.tar.lz
marcuscom-ports-fd424ee387472a9e9cc603df783f1396a9bad52b.tar.xz
marcuscom-ports-fd424ee387472a9e9cc603df783f1396a9bad52b.tar.zst
marcuscom-ports-fd424ee387472a9e9cc603df783f1396a9bad52b.zip
Chase USE_TEX change.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18420 df743ca5-7f9a-e211-a948-0013205c9059
-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=""