diff options
author | joerg <joerg> | 2006-06-02 23:42:33 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-02 23:42:33 +0000 |
commit | d698e16ac2b1a7a9c7b7cbbe9ed1a16d717c7bed (patch) | |
tree | e59cc49e459bb9fa31560ed463ae3bc7492b7d2d /x11/rox-session | |
parent | 4912ce8f438fa67784e1fe60c69161f48964b476 (diff) | |
download | pkgsrc-d698e16ac2b1a7a9c7b7cbbe9ed1a16d717c7bed.tar.gz |
Needs Python 2.4.
Diffstat (limited to 'x11/rox-session')
-rw-r--r-- | x11/rox-session/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/rox-session/Makefile b/x11/rox-session/Makefile index b82c9951d6f..8bd7833a1f5 100644 --- a/x11/rox-session/Makefile +++ b/x11/rox-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/05/18 20:30:02 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/06/02 23:42:33 joerg Exp $ # DISTNAME= rox-session-0.28 @@ -20,6 +20,7 @@ DIST_SUBDIR= rox NO_BUILD= yes +PYTHON_VERSIONS_ACCEPTED= 24 PYTHON_PATCH_SCRIPTS= AppRun tests/testutils.py INSTALLATION_DIRS= share/rox/ROX-Session |