svn commit: r455334 - head/devel/arpc

Antoine Brodin antoine at FreeBSD.org
Sat Dec 2 06:43:12 UTC 2017


Author: antoine
Date: Sat Dec  2 06:43:11 2017
New Revision: 455334
URL: https://svnweb.freebsd.org/changeset/ports/455334

Log:
  Fix build when python3 metaport is not installed
  
  Reported by:	pkg-fallout

Modified:
  head/devel/arpc/Makefile

Modified: head/devel/arpc/Makefile
==============================================================================
--- head/devel/arpc/Makefile	Sat Dec  2 06:28:29 2017	(r455333)
+++ head/devel/arpc/Makefile	Sat Dec  2 06:43:11 2017	(r455334)
@@ -22,6 +22,7 @@ USES=		cmake localbase:ldflags python:3.4+ tar:xz
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	NuxiNL
+BINARY_ALIAS=	python3=${PYTHON_VERSION}
 
 PLIST_FILES=	bin/aprotoc include/arpc++/arpc++.h \
 		lib/libarpc.so lib/libarpc.so.1


More information about the svn-ports-head mailing list