Index: head/graphics/py-graph/Makefile =================================================================== --- head/graphics/py-graph/Makefile (revision 392345) +++ head/graphics/py-graph/Makefile (revision 392346) @@ -1,24 +1,17 @@ # Created by: Yi-Jheng Lin # $FreeBSD$ PORTNAME= graph PORTVERSION= 1.8.2 CATEGORIES= graphics python -MASTER_SITES= # empty -DISTFILES= # none -EXTRACT_ONLY= # empty PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= demon@FreeBSD.org COMMENT= Library for working with graphs in Python RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-core \ ${PYTHON_PKGNAMEPREFIX}graph-dot>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-dot -USES= python -NO_BUILD= yes - -do-install: - ${DO_NADA} +USES= metaport python .include Index: head/graphics/py-graph/pkg-descr =================================================================== --- head/graphics/py-graph/pkg-descr (revision 392345) +++ head/graphics/py-graph/pkg-descr (revision 392346) @@ -1,5 +1,5 @@ A library for working with graphs in Python. It provides a suitable data structure for representing graphs and a whole set of important algorithms. -WWW: http://code.google.com/p/python-graph/ +WWW: http://code.google.com/p/python-graph/