summaryrefslogtreecommitdiff
path: root/devel/py-setuptools_trial/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-setuptools_trial/Makefile')
-rw-r--r--devel/py-setuptools_trial/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-setuptools_trial/Makefile b/devel/py-setuptools_trial/Makefile
index f5386838beb..19b9f09cf6f 100644
--- a/devel/py-setuptools_trial/Makefile
+++ b/devel/py-setuptools_trial/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/31 11:19:34 asau Exp $
-#
+# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:05 wiz Exp $
DISTNAME= setuptools_trial-0.5.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +14,7 @@ USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"