diff options
author | joerg <joerg@pkgsrc.org> | 2008-11-18 18:05:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-11-18 18:05:29 +0000 |
commit | b1ed8bbe5a310b1503ba246b4b690a5223205703 (patch) | |
tree | df18be00e5a0128e0f040815c14f2b6c9c91cffb /meta-pkgs | |
parent | 94348222c681473323aed1596384463c554ef754 (diff) | |
download | pkgsrc-b1ed8bbe5a310b1503ba246b4b690a5223205703.tar.gz |
Restrict to 2.5 as py-gnome is restricted.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/py-gnome-bindings/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/py-gnome-bindings/Makefile b/meta-pkgs/py-gnome-bindings/Makefile index 4a58932345d..f02f0e05bed 100644 --- a/meta-pkgs/py-gnome-bindings/Makefile +++ b/meta-pkgs/py-gnome-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/11/11 11:15:21 hasso Exp $ +# $NetBSD: Makefile,v 1.3 2008/11/18 18:05:29 joerg Exp $ DISTNAME= py-gnome-bindings-2.24.1 CATEGORIES= meta-pkgs x11 gnome @@ -12,6 +12,8 @@ META_PACKAGE= yes .include "../../lang/python/pyversion.mk" +PYTHON_VERSION_ACCEPTED= 25 + # see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.1/sources/python/ DEPENDS+= ${PYPKGPREFIX}-gnome>=2.22.3:../../x11/py-gnome2 |