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
This commit is contained in:
sbd 2012-02-26 08:28:34 +00:00
parent 58b0ed364f
commit b6d8de63ed

View file

@ -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"