diff options
author | joerg <joerg> | 2008-04-25 20:39:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-25 20:39:06 +0000 |
commit | 4005390310b8e657520fdc53f106df393570e5ea (patch) | |
tree | ba5c318600555301b8a78f14c17772a3e23be7eb /games/pysol | |
parent | 1b08350b7a04a7650209f9ed7f81249a5e15ed17 (diff) | |
download | pkgsrc-4005390310b8e657520fdc53f106df393570e5ea.tar.gz |
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
Diffstat (limited to 'games/pysol')
-rw-r--r-- | games/pysol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile index 21fd7ad65a3..db533bfc3e2 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/03/04 06:59:05 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2008/04/25 20:39:09 joerg Exp $ # DISTNAME= pysol-4.81 @@ -17,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir NO_BUILD= yes PLIST_SRC= ${WRKDIR}/PLIST.src -PYTHON_VERSIONS_ACCEPTED= 22 21 20 15 +PYTHON_VERSIONS_ACCEPTED= 21 15 CARDSETS= pysol-cardsets-4.40 |