summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-02-26 08:28:34 +0000
committersbd <sbd@pkgsrc.org>2012-02-26 08:28:34 +0000
commitb6d8de63ed7af454c8c6834d2e42a4e9e8b95c57 (patch)
tree11c617b8d5fe4cba302d3cf78bea72bd36b0891e /net
parent58b0ed364f269d3be1a702d91e3fd5eec9b983f4 (diff)
downloadpkgsrc-b6d8de63ed7af454c8c6834d2e42a4e9e8b95c57.tar.gz
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
Diffstat (limited to 'net')
-rw-r--r--net/py-omniORBpy/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile
index 99c8e9ae796..fd5263182d8 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"