Date: Sat, 14 Dec 2013 17:09:34 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336460 - head/devel/libredblack Message-ID: <201312141709.rBEH9ZvD067596@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sat Dec 14 17:09:34 2013 New Revision: 336460 URL: http://svnweb.freebsd.org/changeset/ports/336460 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/devel/libredblack/Makefile Modified: head/devel/libredblack/Makefile ============================================================================== --- head/devel/libredblack/Makefile Sat Dec 14 16:52:16 2013 (r336459) +++ head/devel/libredblack/Makefile Sat Dec 14 17:09:34 2013 (r336460) @@ -21,6 +21,7 @@ CONFIGURE_ARGS+= --without-rbgen PLIST_SUB+= PYTHON="@comment " .else USE_PYTHON= yes +CONFIGURE_ARGS+= --with-python=${PYTHON_CMD} PLIST_SUB+= PYTHON="" .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312141709.rBEH9ZvD067596>