diff options
author | snj <snj@pkgsrc.org> | 2008-11-29 21:17:20 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2008-11-29 21:17:20 +0000 |
commit | c765e6091cdd41dfd79b280ff7b9f0e3b7d51a6d (patch) | |
tree | e95970f3900bfc454d5a58dbe142a42950ac007a /games/pysolfc/Makefile | |
parent | 3f6c91a0bb248a06cb0471b331c15d1275aa7921 (diff) | |
download | pkgsrc-c765e6091cdd41dfd79b280ff7b9f0e3b7d51a6d.tar.gz |
No more python15 incompatibility, as python15 is gone.
Diffstat (limited to 'games/pysolfc/Makefile')
-rw-r--r-- | games/pysolfc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index 76edddf626f..b4844090a97 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/16 07:12:03 snj Exp $ +# $NetBSD: Makefile,v 1.2 2008/11/29 21:17:20 snj Exp $ DISTNAME= PySolFC-1.1 PKGNAME= ${DISTNAME:tl} @@ -12,7 +12,7 @@ COMMENT= Over 1000 solitaire games PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_INCOMPATIBLE= 15 21 +PYTHON_VERSIONS_INCOMPATIBLE= 21 PYDISTUTILSPKG= yes |