summaryrefslogtreecommitdiff
path: root/devel/gnatpython/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnatpython/Makefile')
-rw-r--r--devel/gnatpython/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile
index 6b45b2f3971..64c1662d8dd 100644
--- a/devel/gnatpython/Makefile
+++ b/devel/gnatpython/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/10/31 11:17:01 asau Exp $
-#
+# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:01 wiz Exp $
DISTNAME= gnatpython-${SNAPSHOT}
PKGREVISION= 2
@@ -16,6 +15,8 @@ SNAPSHOT= 20110912
EGG_NAME= gnatpython-1.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 20110912
+
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"