summaryrefslogtreecommitdiff
path: root/www/py-django14/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-django14/options.mk')
-rw-r--r--www/py-django14/options.mk6
1 files changed, 3 insertions, 3 deletions
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