From 8d3f9e637bedbbfa8df328bb37f953531d0dac4d Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 11 Dec 2017 16:54:20 +0000 Subject: - Those ports fail to build with python3 - Add some explicit FLAVOR to dependencies where needed --- comms/py-libimobiledevice/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'comms/py-libimobiledevice') diff --git a/comms/py-libimobiledevice/Makefile b/comms/py-libimobiledevice/Makefile index ba1d40cd263a..6e0aa46f0bd1 100644 --- a/comms/py-libimobiledevice/Makefile +++ b/comms/py-libimobiledevice/Makefile @@ -15,6 +15,7 @@ PORTSCOUT= ignore:1 USES= python:2.7 USE_PYTHON= flavors cython +BINARY_ALIAS= cython=cython-${PYTHON_VER} CONFIGURE_ENV= PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`" SLAVE_PORT= yes MASTERDIR= ${.CURDIR:H:H}/comms/libimobiledevice -- cgit