Date: Mon, 16 Dec 2013 21:39:52 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336669 - head/devel/py-cffi Message-ID: <201312162139.rBGLdqtZ030206@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Mon Dec 16 21:39:52 2013 New Revision: 336669 URL: http://svnweb.freebsd.org/changeset/ports/336669 Log: devel/py-cffi: switch from easy_install to install Modified: head/devel/py-cffi/Makefile Modified: head/devel/py-cffi/Makefile ============================================================================== --- head/devel/py-cffi/Makefile Mon Dec 16 21:15:15 2013 (r336668) +++ head/devel/py-cffi/Makefile Mon Dec 16 21:39:52 2013 (r336669) @@ -19,8 +19,7 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -PYEASYINSTALL_ARCHDEP= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312162139.rBGLdqtZ030206>