svn commit: r461772 - head/devel/py-omniorb-3

Antoine Brodin antoine at FreeBSD.org
Wed Feb 14 09:13:51 UTC 2018


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 \


More information about the svn-ports-head mailing list