diff options
author | dholland <dholland@pkgsrc.org> | 2011-12-05 13:20:36 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-12-05 13:20:36 +0000 |
commit | e8d3091ced501a62fd09d28bf6516a92f2cd94e4 (patch) | |
tree | 1259e986f85c441f4f19f4ccb147b73ee7daf1f5 /mail | |
parent | 4f287a69d186415f9d6f5e3af9d6afaddfbb988a (diff) | |
download | pkgsrc-e8d3091ced501a62fd09d28bf6516a92f2cd94e4.tar.gz |
Revert -r1.77 (setting PYTHON_VERSIONS_ACCEPTED=27) because the same
thing happens from time to time with python27 as with python26.
Whatever's going on apparently strikes randomly, so changing something
and rebuilding successfully doesn't prove that you've fixed it.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 5b53f5a2fe6..e9617a39fc2 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2011/11/17 00:25:35 dholland Exp $ +# $NetBSD: Makefile,v 1.78 2011/12/05 13:20:36 dholland Exp $ # DISTNAME= thunderbird-${TB_VER}.source @@ -17,8 +17,6 @@ WRKSRC= ${WRKDIR}/comm-release MOZILLA_DIR= mozilla/ PLIST_SRC+= PLIST -PYTHON_VERSIONS_ACCEPTED= 27 - CONFIG_GUESS_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.guess CONFIG_SUB_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.sub |