svn commit: r461695 - head/devel/omniORB-4.1

Antoine Brodin antoine at FreeBSD.org
Tue Feb 13 11:03:15 UTC 2018


Author: antoine
Date: Tue Feb 13 11:03:14 2018
New Revision: 461695
URL: https://svnweb.freebsd.org/changeset/ports/461695

Log:
  omniORB-4.1 fails to build with python3

Modified:
  head/devel/omniORB-4.1/Makefile

Modified: head/devel/omniORB-4.1/Makefile
==============================================================================
--- head/devel/omniORB-4.1/Makefile	Tue Feb 13 10:56:36 2018	(r461694)
+++ head/devel/omniORB-4.1/Makefile	Tue Feb 13 11:03:14 2018	(r461695)
@@ -18,7 +18,7 @@ CONFLICTS=	omniORB-4.2.*
 
 PLIST_SUB+=	SONUM=${PORTVERSION:C/.*\.//}
 GNU_CONFIGURE=	yes
-USES=		gmake pkgconfig python shebangfix ssl tar:bzip2
+USES=		gmake pkgconfig python:2.7 shebangfix ssl tar:bzip2
 SHEBANG_FILES=	src/tool/omniidl/python/scripts/omniidlrun.py
 USE_LDCONFIG=	yes
 MAKEFILE=	GNUmakefile


More information about the svn-ports-all mailing list