diff options
author | joerg <joerg@pkgsrc.org> | 2008-11-19 01:16:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-11-19 01:16:24 +0000 |
commit | 49d37ffcf46f8f5764728414a668ca62a2a5c2c6 (patch) | |
tree | 8feca1e52b4ce52178f5a4898f2dcd1f1e825fd4 | |
parent | 1ed485738b1e3b87a03e3bc22f9d8d00d902eefb (diff) | |
download | pkgsrc-49d37ffcf46f8f5764728414a668ca62a2a5c2c6.tar.gz |
Fix spelling of variable and dependency.
-rw-r--r-- | meta-pkgs/py-gnome-bindings/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/py-gnome-bindings/Makefile b/meta-pkgs/py-gnome-bindings/Makefile index c4d12467f42..1e7c8594e52 100644 --- a/meta-pkgs/py-gnome-bindings/Makefile +++ b/meta-pkgs/py-gnome-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/11/18 23:21:41 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2008/11/19 01:16:24 joerg Exp $ DISTNAME= ${PYPKGPREFIX}-gnome-bindings-2.24.1 CATEGORIES= meta-pkgs x11 gnome @@ -10,13 +10,13 @@ COMMENT= Meta-package for Python bindings for the GNOME desktop META_PACKAGE= yes -PYTHON_VERSION_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 24 .include "../../lang/python/pyversion.mk" # see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.1/sources/python/ -DEPENDS+= ${PYPKGPREFIX}-gnome>=2.22.3:../../x11/py-gnome2 +DEPENDS+= ${PYPKGPREFIX}-gnome2>=2.22.3:../../x11/py-gnome2 DEPENDS+= ${PYPKGPREFIX}-gobject>=2.15.4:../../devel/py-gobject DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.13.0:../../x11/py-gtk2 DEPENDS+= ${PYPKGPREFIX}-ORBit>=2.14.3:../../net/py-ORBit |