diff options
author | wiz <wiz> | 2011-01-13 13:36:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-01-13 13:36:05 +0000 |
commit | 7485b2b7a0cd79c171e558ae7a13d992bb45af8d (patch) | |
tree | 88e815d783e836dbfc6cc98e62ec39f0cd57cff6 /graphics/py-gd/Makefile | |
parent | 1c58030c89252417cec81202772bb1451ae039c7 (diff) | |
download | pkgsrc-7485b2b7a0cd79c171e558ae7a13d992bb45af8d.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Diffstat (limited to 'graphics/py-gd/Makefile')
-rw-r--r-- | graphics/py-gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index 5d37a24dfd8..ecaca9773c3 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2010/11/23 05:16:03 obache Exp $ +# $NetBSD: Makefile,v 1.35 2011/01/13 13:38:16 wiz Exp $ DISTNAME= gdmodule.c PKGNAME= ${PYPKGPREFIX}-gd-1.3 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= graphics python MASTER_SITES= http://starship.python.net/~richard/gdmodule/ EXTRACT_SUFX= |