diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-19 03:39:57 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-19 03:39:57 +0000 |
commit | e6d8ca17fab127134f7a3793152313ec7d61990e (patch) | |
tree | 2dae912923adfd65b6831e752fab7a16e5b3c3b6 /x11 | |
parent | fb06b94a44691b88cce485defdbab5c0f0f5ba3f (diff) | |
download | pkgsrc-e6d8ca17fab127134f7a3793152313ec7d61990e.tar.gz |
Accept python-2.4 again now when py-cairo/py-gtk2 are fixed to work with it.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/alacarte/Makefile | 4 | ||||
-rw-r--r-- | x11/driconf/Makefile | 4 | ||||
-rw-r--r-- | x11/rox-session/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/alacarte/Makefile b/x11/alacarte/Makefile index 290ac99a0ee..638b2511b26 100644 --- a/x11/alacarte/Makefile +++ b/x11/alacarte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/11/14 21:50:16 hasso Exp $ +# $NetBSD: Makefile,v 1.14 2008/11/19 03:39:57 hasso Exp $ # DISTNAME= alacarte-0.11.6 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= intltool perl pkg-config gmake msgfmt USE_DIRS+= xdg-1.1 -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 24 25 PY_PATCHPLIST= yes SUBST_CLASSES+= paths diff --git a/x11/driconf/Makefile b/x11/driconf/Makefile index 0a6ce7e48d0..2184bedc046 100644 --- a/x11/driconf/Makefile +++ b/x11/driconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/11/14 21:55:58 hasso Exp $ +# $NetBSD: Makefile,v 1.5 2008/11/19 03:39:57 hasso Exp $ # DISTNAME= driconf-0.9.1 @@ -21,7 +21,7 @@ USE_TOOLS+= msgfmt msgmerge xgettext CONFIGURE_ARGS+= --prefix=${PREFIX:Q} PYDISTUTILSPKG= yes REPLACE_PYTHON= *.py -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 24 25 SUBST_CLASSES+= fix-paths SUBST_FILES.fix-paths= driconf driconf.desktop diff --git a/x11/rox-session/Makefile b/x11/rox-session/Makefile index 107bc4ff44a..96d4bd7f935 100644 --- a/x11/rox-session/Makefile +++ b/x11/rox-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/11/14 22:00:21 hasso Exp $ +# $NetBSD: Makefile,v 1.14 2008/11/19 03:39:57 hasso Exp $ # DISTNAME= rox-session-0.28 @@ -18,7 +18,7 @@ DIST_SUBDIR= rox NO_BUILD= yes -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 24 25 PYTHON_PATCH_SCRIPTS= AppRun tests/testutils.py INSTALLATION_DIRS= share/rox/ROX-Session |