Date: Sat, 9 Dec 2017 10:15:42 +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: r455838 - head/devel/py-libplist Message-ID: <201712091015.vB9AFgNv057830@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712091015.vB9AFgNv057830>