diff options
Diffstat (limited to 'graphics/py-nwdiag/Makefile')
-rw-r--r-- | graphics/py-nwdiag/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-nwdiag/Makefile b/graphics/py-nwdiag/Makefile index 470d46c19b1..0b330dd5349 100644 --- a/graphics/py-nwdiag/Makefile +++ b/graphics/py-nwdiag/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2011/08/11 12:46:29 obache Exp $ +# $NetBSD: Makefile,v 1.3 2011/10/06 06:33:19 obache Exp $ # -DISTNAME= nwdiag-0.4.0 +DISTNAME= nwdiag-0.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics MASTER_SITES= http://pypi.python.org/packages/source/n/nwdiag/ @@ -13,7 +13,7 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-imaging>=1.1.7nb3:../../graphics/py-imaging DEPENDS+= ${PYPKGPREFIX}-funcparserlib>=0.3.4:../../devel/py-funcparserlib -DEPENDS+= ${PYPKGPREFIX}-blockdiag>=0.8.7:../../graphics/py-blockdiag +DEPENDS+= ${PYPKGPREFIX}-blockdiag>=0.9.1:../../graphics/py-blockdiag PKG_DESTDIR_SUPPORT= user-destdir |