Date: Tue, 10 Dec 2013 19:54:26 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336103 - head/databases/xapian-bindings Message-ID: <201312101954.rBAJsQuU093208@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Dec 10 19:54:25 2013 New Revision: 336103 URL: http://svnweb.freebsd.org/changeset/ports/336103 Log: - Fix USE_PYTHON Modified: head/databases/xapian-bindings/Makefile Modified: head/databases/xapian-bindings/Makefile ============================================================================== --- head/databases/xapian-bindings/Makefile Tue Dec 10 19:47:42 2013 (r336102) +++ head/databases/xapian-bindings/Makefile Tue Dec 10 19:54:25 2013 (r336103) @@ -37,7 +37,7 @@ PHP_CONFIGURE_WITH= php PHP_USE= PHP=yes PHP_BUILD=yes PYTHON_CONFIGURE_ENV= PYTHON_LIB=${PYTHON_SITELIBDIR} PYTHON_CONFIGURE_WITH= python -PYTHON_USE= PYTHON=yes +PYTHON_USE= PYTHON=-2.7 RUBY_CONFIGURE_WITH= ruby RUBY_USE= RUBY=yes RUBY_RDOC=no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312101954.rBAJsQuU093208>