diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-06 14:24:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-06 14:24:39 +0800 |
commit | fd424ee387472a9e9cc603df783f1396a9bad52b (patch) | |
tree | f3384ae93aaae5ebf0f6c60a5329984eb638cea7 /graphics/evince/Makefile | |
parent | b59ba1eaadad8e8c15e95f89a9fa4f2daf319a21 (diff) | |
download | marcuscom-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
Diffstat (limited to 'graphics/evince/Makefile')
-rw-r--r-- | graphics/evince/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |