diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-30 14:50:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-30 14:50:41 +0000 |
commit | f4c221b44e5d6ae3bf984193ae6efe58a44b7e7c (patch) | |
tree | 7d2d4121370eda0715aa315a4e6f7bfb3b91cdef /print | |
parent | Pure Ruby one-shot and periodic timers (diff) |
Support stage
Notes
Notes:
svn path=/head/; revision=349631
Diffstat (limited to 'print')
-rw-r--r-- | print/dot2tex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/dot2tex/Makefile b/print/dot2tex/Makefile index b86f1b48f860..1c6e1b0f40e4 100644 --- a/print/dot2tex/Makefile +++ b/print/dot2tex/Makefile @@ -8,7 +8,7 @@ CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= romain@FreeBSD.org -COMMENT= A Graphviz to LaTeX converter +COMMENT= Graphviz to LaTeX converter RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \ dot:${PORTSDIR}/graphics/graphviz @@ -18,5 +18,4 @@ USE_PYTHON= yes # The .tar.gz sucks! USES= zip -NO_STAGE= yes .include <bsd.port.mk> |