summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-04 20:11:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-04 20:11:00 +0000
commitfb4243736ad96c07b572e4f957b19bff5e1f3cae (patch)
tree49a0da26868242030c7b6024d6c14c872490d113 /print
parent- Switch to options helpers (diff)
- Move devel/py-parsing to devel/py-pyparsing
- Change MASTER_SITES to CHEESESHOP - Remove DISTNAME - While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile
Notes
Notes: svn path=/head/; revision=400758
Diffstat (limited to 'print')
-rw-r--r--print/dot2tex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/dot2tex/Makefile b/print/dot2tex/Makefile
index bfbb51fed3e0..71321856fd4f 100644
--- a/print/dot2tex/Makefile
+++ b/print/dot2tex/Makefile
@@ -3,14 +3,14 @@
PORTNAME= dot2tex
PORTVERSION= 2.8.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= GOOGLE_CODE
MAINTAINER= romain@FreeBSD.org
COMMENT= Graphviz to LaTeX converter
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing \
dot:${PORTSDIR}/graphics/graphviz
# The .tar.gz sucks!