diff options
author | wiz <wiz@pkgsrc.org> | 2009-04-03 07:55:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-04-03 07:55:23 +0000 |
commit | 09067fd69b6ca938937e5dd245a1863d934d4199 (patch) | |
tree | 5da1235e0fe5d89322bd0d61e43273cad3738a72 /graphics | |
parent | afed21215abdfc2f6971d5f7902ba21ee3de2b1a (diff) | |
download | pkgsrc-09067fd69b6ca938937e5dd245a1863d934d4199.tar.gz |
Bump PKGREVISION for py-gstreamer0.10 PKGNAME fix.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-clutter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile index 057e1bc71a6..a2f868e76b3 100644 --- a/graphics/py-clutter/Makefile +++ b/graphics/py-clutter/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2009/02/11 14:23:32 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2009/04/03 07:55:23 wiz Exp $ # DISTNAME= pyclutter-0.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.clutter-project.org/sources/pyclutter/0.8/ |