From b6d8de63ed7af454c8c6834d2e42a4e9e8b95c57 Mon Sep 17 00:00:00 2001 From: sbd Date: Sun, 26 Feb 2012 08:28:34 +0000 Subject: [PATCH] Revert my last commit to this package. --- Module Name: pkgsrc Committed By: sbd Date: Tue Feb 21 21:05:04 UTC 2012 Modified Files: pkgsrc/net/py-omniORBpy: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-omniORBpy/Makefile --- net/py-omniORBpy/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile index 99c8e9ae7960..fd5263182d8e 100644 --- a/net/py-omniORBpy/Makefile +++ b/net/py-omniORBpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/02/21 21:05:04 sbd Exp $ +# $NetBSD: Makefile,v 1.4 2012/02/26 08:28:34 sbd Exp $ DISTNAME= omniORBpy-3.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,10 +18,6 @@ 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"