diff options
author | joerg <joerg> | 2008-04-25 20:39:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-25 20:39:06 +0000 |
commit | 36c2fb54a849271ea467f4aa4c33371f1856e400 (patch) | |
tree | ba5c318600555301b8a78f14c17772a3e23be7eb /mail/offlineimap | |
parent | 4a9f366b12184da7a2854b2093a3e565b4c1a867 (diff) | |
download | pkgsrc-36c2fb54a849271ea467f4aa4c33371f1856e400.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 'mail/offlineimap')
-rw-r--r-- | mail/offlineimap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile index 797fac10dea..f6def18c8cb 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/02/16 15:46:21 tonio Exp $ +# $NetBSD: Makefile,v 1.15 2008/04/25 20:39:10 joerg Exp $ # DISTNAME= offlineimap_${_OFFLINEIMAP_VER} @@ -15,7 +15,6 @@ WRKSRC= ${WRKDIR}/offlineimap # This is only to placate pkglint _OFFLINEIMAP_VER= 4.0.16 -PYTHON_VERSIONS_ACCEPTED= 22 23 24 PYDISTUTILSPKG= yes PYTHON_PATCH_SCRIPTS= bin/offlineimap PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} |