diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-13 11:35:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-13 11:35:25 +0000 |
commit | 6c248e26d3ec5e085b3766d96e01bb69ba01fdff (patch) | |
tree | a9369ae8824cd2b9c93013dd7cd36cfb97935c80 /time | |
parent | ba70789e9f4cb9242bb0a70a8e7a872655434238 (diff) | |
download | pkgsrc-6c248e26d3ec5e085b3766d96e01bb69ba01fdff.tar.gz |
Remove 22pth from accepted python versions since it is too old for py-gtk2.
Diffstat (limited to 'time')
-rw-r--r-- | time/gdeskcal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/gdeskcal/Makefile b/time/gdeskcal/Makefile index 839f9ac57dd..e3c6b006cf5 100644 --- a/time/gdeskcal/Makefile +++ b/time/gdeskcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/10/03 00:18:22 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/01/13 11:35:25 wiz Exp $ # DISTNAME= gDeskCal-0_57 @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/gDeskCal-0.57 USE_BUILDLINK3= yes NO_BUILD= yes -PYTHON_VERSIONS_ACCEPTED= 22pth 23pth +PYTHON_VERSIONS_ACCEPTED= 23pth PYTHON_PATCH_SCRIPTS= gdeskcal post-extract: |