diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-30 22:50:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-30 22:50:41 +0800 |
commit | 1a161a2b793c1ba2163cfa1b4f574652455dc6bc (patch) | |
tree | 7d2d4121370eda0715aa315a4e6f7bfb3b91cdef /print | |
parent | eac60a10bf44c2482e0cf9550dcda5ea4ea9801c (diff) | |
download | freebsd-ports-gnome-1a161a2b793c1ba2163cfa1b4f574652455dc6bc.tar.gz freebsd-ports-gnome-1a161a2b793c1ba2163cfa1b4f574652455dc6bc.tar.zst freebsd-ports-gnome-1a161a2b793c1ba2163cfa1b4f574652455dc6bc.zip |
Support stage
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> |