1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-03-30 14:50:41 +00:00
parent e5fa80d5e4
commit f4c221b44e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349631

View File

@ -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>