diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-03 13:11:01 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-03 13:11:01 +0000 |
commit | 33e2e58c95714b872e785be3e0cdc090938be670 (patch) | |
tree | dfed6f05148b2637842a08ff43f253807501fe53 /print/dot2tex/Makefile | |
parent | 898ba9da71b2651e9894fe61a795c1fa661bcad1 (diff) | |
download | ports-33e2e58c95714b872e785be3e0cdc090938be670.tar.gz ports-33e2e58c95714b872e785be3e0cdc090938be670.zip |
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 fd2d165c4b4d..e3296cf0cfda 100644 --- a/print/dot2tex/Makefile +++ b/print/dot2tex/Makefile @@ -11,8 +11,8 @@ COMMENT= Graphviz to LaTeX converter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.4.8:${PORTSDIR}/devel/py-pyparsing \ - dot:${PORTSDIR}/graphics/graphviz +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.4.8:devel/py-pyparsing \ + dot:graphics/graphviz NO_ARCH= yes USES= python:2.7 |