diff options
author | obache <obache> | 2010-07-14 05:49:39 +0000 |
---|---|---|
committer | obache <obache> | 2010-07-14 05:49:39 +0000 |
commit | b803982bd17a9e3014041303d6b8b5370df45419 (patch) | |
tree | 21319f48e3ceb6b9988c5208fe46251566404b95 /x11 | |
parent | 44e91397b1261ab17fb24d334cc1b17b4f22a79e (diff) | |
download | pkgsrc-b803982bd17a9e3014041303d6b8b5370df45419.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')
-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 |