summaryrefslogtreecommitdiff
path: root/www/py-PasteDeploy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-PasteDeploy/Makefile')
-rw-r--r--www/py-PasteDeploy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-PasteDeploy/Makefile b/www/py-PasteDeploy/Makefile
index ca52c99cbe1..4fc1d787245 100644
--- a/www/py-PasteDeploy/Makefile
+++ b/www/py-PasteDeploy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/10/28 06:30:59 asau Exp $
+# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:27 wiz Exp $
DISTNAME= PasteDeploy-1.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,5 +10,7 @@ HOMEPAGE= http://pythonpaste.org/
COMMENT= Load, configure, and compose WSGI applications and servers
LICENSE= mit
+PYTHON_VERSIONS_INCOMPATIBLE= 33
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"