summaryrefslogtreecommitdiff
path: root/security/libprelude-python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libprelude-python/Makefile')
-rw-r--r--security/libprelude-python/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/libprelude-python/Makefile b/security/libprelude-python/Makefile
index 6ea660c0c49..910912d50fb 100644
--- a/security/libprelude-python/Makefile
+++ b/security/libprelude-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/01/01 11:52:32 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2014/01/25 10:30:19 wiz Exp $
PKGNAME= libprelude-python-${VERSION}
PKGREVISION= 7
@@ -15,6 +15,8 @@ BUILD_DIRS= bindings/low-level/python bindings/python
PKG_OPTIONS_VAR= PKG_OPTIONS.libprelude
PKG_SUPPORTED_OPTIONS= debug
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.24.1
+
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)