Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2018 09:13:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461772 - head/devel/py-omniorb-3
Message-ID:  <201802140913.w1E9DpUh067583@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Feb 14 09:13:50 2018
New Revision: 461772
URL: https://svnweb.freebsd.org/changeset/ports/461772

Log:
  py-omniorb-3 doesn't work with python3

Modified:
  head/devel/py-omniorb-3/Makefile

Modified: head/devel/py-omniorb-3/Makefile
==============================================================================
--- head/devel/py-omniorb-3/Makefile	Wed Feb 14 09:12:00 2018	(r461771)
+++ head/devel/py-omniorb-3/Makefile	Wed Feb 14 09:13:50 2018	(r461772)
@@ -33,7 +33,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_OUTSOURCE=	yes
 MAKEFILE=	GNUmakefile
 USE_LDCONFIG=	yes
-USES=		gmake python shebangfix ssl tar:bzip2
+USES=		gmake python:2.7 shebangfix ssl tar:bzip2
 SHEBANG_FILES=	examples/tests/*.py examples/poa/*.py \
 		examples/fortune/*.py examples/embed/*.py \
 		examples/valuetype/tests/*.py \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802140913.w1E9DpUh067583>