summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-02-21 21:05:04 +0000
committersbd <sbd@pkgsrc.org>2012-02-21 21:05:04 +0000
commit8552ac22793ee0660d83bb126110a9c2bacdaefe (patch)
tree056b670af368f9bb3cc570e6afe08a910abba901 /net
parent10558986de6134a415de9cc1cd92457706560aad (diff)
downloadpkgsrc-8552ac22793ee0660d83bb126110a9c2bacdaefe.tar.gz
Mark as PYTHON_VERSIONS_INCOMPATIBLE with the pkgsrc default python version
as the python bindings for the defalut version are built into the omniORB package.
Diffstat (limited to 'net')
-rw-r--r--net/py-omniORBpy/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile
index 13d97e39b49..99c8e9ae796 100644
--- a/net/py-omniORBpy/Makefile
+++ b/net/py-omniORBpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/04/21 16:35:27 drochner Exp $
+# $NetBSD: Makefile,v 1.3 2012/02/21 21:05:04 sbd Exp $
DISTNAME= omniORBpy-3.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,10 @@ USE_TOOLS+= gmake
USE_LANGUAGES+= c c++
MAKE_FILE= GNUmakefile
+# This needed to match the setting of PYTHON_VERSION_DEFAULT in
+# lang/python/pyversion.mk.
+PYTHON_VERSIONS_INCOMPATIBLE+= ${_PYTHON_VERSION_DEFAULT}
+
.include "../../lang/python/application.mk"
.include "../../net/omniORB/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"