diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-09 21:09:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-09 21:09:20 +0000 |
commit | e2107c85f6bad7fd4db8a0d32dc52e482dcf01ed (patch) | |
tree | 635d2c2cd03c8f3021d6ce3b171522808e69ddf1 /games | |
parent | ad1b116365db6ac6eeb7313aafbc665fdd0fa9c6 (diff) | |
download | pkgsrc-e2107c85f6bad7fd4db8a0d32dc52e482dcf01ed.tar.gz |
Remove Python 2.1 support.
Diffstat (limited to 'games')
-rw-r--r-- | games/pysolfc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index b4844090a97..735ae095ddb 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/11/29 21:17:20 snj Exp $ +# $NetBSD: Makefile,v 1.3 2009/02/09 21:09:20 joerg Exp $ DISTNAME= PySolFC-1.1 PKGNAME= ${DISTNAME:tl} @@ -12,8 +12,6 @@ COMMENT= Over 1000 solitaire games PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_INCOMPATIBLE= 21 - PYDISTUTILSPKG= yes SUBST_CLASSES+= fix-paths |