summaryrefslogtreecommitdiff
path: root/www/firefox24
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
committeradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
commit72c16d4d7d332490326869fd2cf740019a79cdd0 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /www/firefox24
parentcea6e11074d7b826fef76434a11c03283cb4ba94 (diff)
downloadpkgsrc-72c16d4d7d332490326869fd2cf740019a79cdd0.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'www/firefox24')
-rw-r--r--www/firefox24/mozilla-common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox24/mozilla-common.mk b/www/firefox24/mozilla-common.mk
index 9e46a35ea07..288001fab5b 100644
--- a/www/firefox24/mozilla-common.mk
+++ b/www/firefox24/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.10 2014/12/06 06:09:22 khorben Exp $
+# $NetBSD: mozilla-common.mk,v 1.11 2015/12/05 21:26:04 adam Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -92,7 +92,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub
PYTHON_VERSIONS_ACCEPTED= 27
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sqlite2
.include "../../lang/python/application.mk"
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}