diff options
Diffstat (limited to 'x11/py-gnome2-desktop/Makefile')
-rw-r--r-- | x11/py-gnome2-desktop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/py-gnome2-desktop/Makefile b/x11/py-gnome2-desktop/Makefile index a40b00bd2f3..33a9b7d2065 100644 --- a/x11/py-gnome2-desktop/Makefile +++ b/x11/py-gnome2-desktop/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.38 2010/07/13 13:23:01 drochner Exp $ +# $NetBSD: Makefile,v 1.39 2010/07/14 05:49:39 obache Exp $ # DISTNAME= gnome-python-desktop-2.30.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python/2/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-python-desktop/2.30/} EXTRACT_SUFX= .tar.bz2 @@ -19,7 +19,7 @@ PY_PATCHPLIST= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake -#DEPENDS+= bug-buddy>=2.16:../../net/bug-buddy +DEPENDS+= bug-buddy>=2.16:../../net/bug-buddy PKGCONFIG_OVERRIDE+= gnome-python-desktop-2.0.pc.in |