summaryrefslogtreecommitdiff
path: root/meta-pkgs/py-gnome-bindings/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2008-11-19 01:16:24 +0000
committerjoerg <joerg>2008-11-19 01:16:24 +0000
commit36554c37210a66fec8e491c13279b531bfc4ff35 (patch)
tree8feca1e52b4ce52178f5a4898f2dcd1f1e825fd4 /meta-pkgs/py-gnome-bindings/Makefile
parenta35c284ec4466c9078adc397c548cf91fde327a6 (diff)
downloadpkgsrc-36554c37210a66fec8e491c13279b531bfc4ff35.tar.gz
Fix spelling of variable and dependency.
Diffstat (limited to 'meta-pkgs/py-gnome-bindings/Makefile')
-rw-r--r--meta-pkgs/py-gnome-bindings/Makefile6
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