Date: Tue, 13 Feb 2018 11:03:14 +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: r461695 - head/devel/omniORB-4.1 Message-ID: <201802131103.w1DB3Ef0099257@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802131103.w1DB3Ef0099257>