diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-21 21:05:04 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-21 21:05:04 +0000 |
commit | d972b68ca9e971da88fe7cc0bb18526b39fd4e1f (patch) | |
tree | 056b670af368f9bb3cc570e6afe08a910abba901 /net | |
parent | f3b350c2e23d70967132d04070357cd0761be80e (diff) | |
download | pkgsrc-d972b68ca9e971da88fe7cc0bb18526b39fd4e1f.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/Makefile | 6 |
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" |