diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-06 02:00:40 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-06 02:00:40 +0000 |
commit | 7dadfc8a887b9d519a937284f72ac2ce844fd960 (patch) | |
tree | 03323bda08dff3e59e16e53235d609d9f8541643 /textproc/ecromedos | |
parent | 7af38514ef131319f37fe42494cfbbc7c76184b6 (diff) | |
download | ports-7dadfc8a887b9d519a937284f72ac2ce844fd960.tar.gz ports-7dadfc8a887b9d519a937284f72ac2ce844fd960.zip |
Notes
Diffstat (limited to 'textproc/ecromedos')
-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 a3ea2aed748b..e9f938838a58 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" \) |