diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-21 13:03:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-21 13:03:25 +0000 |
commit | 3528e063450c6c10f9548d9ded687e713f731a1b (patch) | |
tree | 48b3195c505f0c48c6098bc0d627477188a674f9 /x11/py-gnome2/Makefile | |
parent | 244ea701f14dd6e37e3554caa6ec8038018cecb5 (diff) | |
download | pkgsrc-3528e063450c6c10f9548d9ded687e713f731a1b.tar.gz |
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
Diffstat (limited to 'x11/py-gnome2/Makefile')
-rw-r--r-- | x11/py-gnome2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile index 4dda517eacd..dfe7e2215a8 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.47 2007/09/19 23:13:38 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2007/09/21 13:04:44 wiz Exp $ # DISTNAME= gnome-python-2.18.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 python MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-python/2.18/} EXTRACT_SUFX= .tar.bz2 @@ -24,8 +24,8 @@ PYTHON_VERSIONS_ACCEPTED= 24 .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" -BUILDLINK_API_DEPENDS.GConf2+= GConf2>=2.11.1 -.include "../../devel/GConf2/buildlink3.mk" +BUILDLINK_API_DEPENDS.GConf+= GConf>=2.11.1 +.include "../../devel/GConf/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libbonobo/buildlink3.mk" .include "../../devel/libbonoboui/buildlink3.mk" |