diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /print/dot2tex/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'print/dot2tex/Makefile')
-rw-r--r-- | print/dot2tex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/dot2tex/Makefile b/print/dot2tex/Makefile index 71321856fd4f..bc0dcaf9ab9e 100644 --- a/print/dot2tex/Makefile +++ b/print/dot2tex/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= romain@FreeBSD.org COMMENT= Graphviz to LaTeX converter -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing \ - dot:${PORTSDIR}/graphics/graphviz +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing \ + dot:graphics/graphviz # The .tar.gz sucks! USES= python zip |