diff options
author | obache <obache@pkgsrc.org> | 2010-07-14 05:49:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-07-14 05:49:39 +0000 |
commit | eb1d0e16aa4d0b0a976fa2c6a72e9804f7561129 (patch) | |
tree | 21319f48e3ceb6b9988c5208fe46251566404b95 /x11/py-gnome2-desktop | |
parent | 8dc9f44c9c023868dc1e510d238583edc883150a (diff) | |
download | pkgsrc-eb1d0e16aa4d0b0a976fa2c6a72e9804f7561129.tar.gz |
re-enable commented out dependency on bug-buddy (why commented out?),
or bugbuddy.py will not be installed if it is not installed.
Bump PKGREVISION.
Diffstat (limited to 'x11/py-gnome2-desktop')
-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 |