diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:11:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:11:00 +0800 |
commit | f480daa48375b0c0626d58bfd92a8a5ef4ae025f (patch) | |
tree | 49a0da26868242030c7b6024d6c14c872490d113 /print/dot2tex | |
parent | de53546679294abf690c696211e526c6c4c5a104 (diff) | |
download | freebsd-ports-gnome-f480daa48375b0c0626d58bfd92a8a5ef4ae025f.tar.gz freebsd-ports-gnome-f480daa48375b0c0626d58bfd92a8a5ef4ae025f.tar.zst freebsd-ports-gnome-f480daa48375b0c0626d58bfd92a8a5ef4ae025f.zip |
- 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
Diffstat (limited to 'print/dot2tex')
-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 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! |