diff options
author | mat <mat@FreeBSD.org> | 2016-04-03 21:11:01 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-03 21:11:01 +0800 |
commit | df099645bb80f4b5db153e60b5256c2e2f6b4416 (patch) | |
tree | dfed6f05148b2637842a08ff43f253807501fe53 /print | |
parent | 972271d29cfe84dfb946802c07916a58b97e70ff (diff) | |
download | freebsd-ports-gnome-df099645bb80f4b5db153e60b5256c2e2f6b4416.tar.gz freebsd-ports-gnome-df099645bb80f4b5db153e60b5256c2e2f6b4416.tar.zst freebsd-ports-gnome-df099645bb80f4b5db153e60b5256c2e2f6b4416.zip |
Remove ${PORTSDIR}/, again.
With hat: tota
Sponsored by: Absolight
Diffstat (limited to 'print')
-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 |