diff options
author | obache <obache> | 2010-07-16 00:44:29 +0000 |
---|---|---|
committer | obache <obache> | 2010-07-16 00:44:29 +0000 |
commit | a0a7e07b3774f4d9ee9e86c8f5e3c132708c8147 (patch) | |
tree | 3799882475b5c1aaecb123cde99c29cb3bd247b5 /x11 | |
parent | c73abb5a92ad95f3d66cf84bcffdb4d95ef866e3 (diff) | |
download | pkgsrc-a0a7e07b3774f4d9ee9e86c8f5e3c132708c8147.tar.gz |
Drop exactly dependency on bug-buddy again.
XXX: It maybe result in broken PLIST (if old or broken bug-buddy).
Diffstat (limited to 'x11')
-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 33a9b7d2065..520c70381e9 100644 --- a/x11/py-gnome2-desktop/Makefile +++ b/x11/py-gnome2-desktop/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2010/07/14 05:49:39 obache Exp $ +# $NetBSD: Makefile,v 1.40 2010/07/16 00:44:29 obache Exp $ # DISTNAME= gnome-python-desktop-2.30.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python/2/} -PKGREVISION= 2 +PKGREVISION= 3 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 |