diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-06 02:00:40 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-06 02:00:40 +0000 |
commit | 7d813d3d1216f86eb5fb23e9bb2b1016686e382a (patch) | |
tree | 03323bda08dff3e59e16e53235d609d9f8541643 /textproc/ecromedos/Makefile | |
parent | 56bfc43ff611d8bd6cd9e8de4be32b94d4cfea27 (diff) | |
download | FreeBSD-ports-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.zip FreeBSD-ports-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.tar.gz |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Diffstat (limited to 'textproc/ecromedos/Makefile')
-rw-r--r-- | textproc/ecromedos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ecromedos/Makefile b/textproc/ecromedos/Makefile index a3ea2ae..e9f9388 100644 --- a/textproc/ecromedos/Makefile +++ b/textproc/ecromedos/Makefile @@ -15,7 +15,6 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= A document preparation system that allows concurrent publication RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ - latex:${PORTSDIR}/print/teTeX \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ @@ -23,6 +22,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ NO_BUILD= yes USE_PYTHON= yes +USE_TEX= tetex FIND_DIRS= -type d FIND_DATA= -type f -not \( -name "*.orig" -or -name "*.bak" \) |