pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-omniORBpy Mark as PYTHON_VERSIONS_INCOMPATIBLE ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91f54673bf1e
branches:  trunk
changeset: 599839:91f54673bf1e
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Tue Feb 21 21:05:04 2012 +0000

description:
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:

 net/py-omniORBpy/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 56d2ea6a433c -r 91f54673bf1e net/py-omniORBpy/Makefile
--- a/net/py-omniORBpy/Makefile Tue Feb 21 21:04:29 2012 +0000
+++ b/net/py-omniORBpy/Makefile Tue Feb 21 21:05:04 2012 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index