diff options
Diffstat (limited to 'graphics/py-clutter/Makefile')
-rw-r--r-- | graphics/py-clutter/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile index a2f868e76b3..505a51a194f 100644 --- a/graphics/py-clutter/Makefile +++ b/graphics/py-clutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/04/03 07:55:23 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2009/05/02 16:21:44 reed Exp $ # DISTNAME= pyclutter-0.8.2 @@ -13,6 +13,9 @@ COMMENT= Python modules for Clutter toolkit PKG_DESTDIR_SUPPORT= user-destdir +PREV_PKGPATH= graphics/py-pyclutter +SUPERSEDES= ${PYPKGPREFIX}-pyclutter-[0-9]* + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config |