From 8552ac22793ee0660d83bb126110a9c2bacdaefe Mon Sep 17 00:00:00 2001 From: sbd Date: Tue, 21 Feb 2012 21:05:04 +0000 Subject: 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. --- net/py-omniORBpy/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3