summaryrefslogtreecommitdiff
path: root/www/py-django14
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-django14')
-rw-r--r--www/py-django14/Makefile4
-rw-r--r--www/py-django14/options.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/www/py-django14/Makefile b/www/py-django14/Makefile
index dfc3515e9b7..0c88041cde4 100644
--- a/www/py-django14/Makefile
+++ b/www/py-django14/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:28 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:25 wiz Exp $
DISTNAME= Django-1.4.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -20,7 +20,7 @@ REPLACE_PYTHON+= ${WRKSRC}/django/contrib/admin/static/admin/js/*.py
REPLACE_PYTHON+= ${WRKSRC}/django/conf/project_template/*.py
PYTHON_VERSIONED_DEPENDENCIES= flup
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # use py-django if you want python-3.x support
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # use py-django if you want python-3.x support
.include "options.mk"
diff --git a/www/py-django14/options.mk b/www/py-django14/options.mk
index 8cc5e4e5086..20888d9734b 100644
--- a/www/py-django14/options.mk
+++ b/www/py-django14/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2014/01/25 10:30:28 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2014/05/09 07:37:25 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.django
PKG_SUPPORTED_OPTIONS= mysql oracle pgsql sqlite
@@ -10,7 +10,7 @@ PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}
.if !empty(PKG_OPTIONS:Mmysql)
DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mysqldb
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 # py-mysqldb
PLIST.mysql= yes
.endif
@@ -26,6 +26,6 @@ PLIST.pgsql= yes
.if !empty(PKG_OPTIONS:Msqlite)
DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-sqlite2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 # py-sqlite2
PLIST.sqlite= yes
.endif