svn commit: r455838 - head/devel/py-libplist

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 10:15:44 UTC 2017


Author: antoine
Date: Sat Dec  9 10:15:42 2017
New Revision: 455838
URL: https://svnweb.freebsd.org/changeset/ports/455838

Log:
  Fix build with DEFAULT_VERSIONS=python=3.x

Modified:
  head/devel/py-libplist/Makefile

Modified: head/devel/py-libplist/Makefile
==============================================================================
--- head/devel/py-libplist/Makefile	Sat Dec  9 10:12:29 2017	(r455837)
+++ head/devel/py-libplist/Makefile	Sat Dec  9 10:15:42 2017	(r455838)
@@ -13,6 +13,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}/devel/libplist


More information about the svn-ports-head mailing list