diff options
Diffstat (limited to 'net/py-omniORBpy/Makefile')
-rw-r--r-- | net/py-omniORBpy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile index a4a8079a3e4..b138e1aa4d5 100644 --- a/net/py-omniORBpy/Makefile +++ b/net/py-omniORBpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:29 adam Exp $ +# $NetBSD: Makefile,v 1.15 2019/04/26 13:14:10 maya Exp $ DISTNAME= omniORBpy-3.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +18,7 @@ USE_LANGUAGES+= c c++ MAKE_FILE= GNUmakefile PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # omniORB +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # omniORB .include "../../lang/python/application.mk" .include "../../net/omniORB/buildlink3.mk" |