Date: Sun, 31 Aug 2014 18:47:04 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366812 - head/japanese/mozc-server Message-ID: <201408311847.s7VIl4P2099877@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Sun Aug 31 18:47:03 2014 New Revision: 366812 URL: http://svnweb.freebsd.org/changeset/ports/366812 QAT: https://qat.redports.org/buildarchive/r366812/ Log: Use USES=python instead of USE_PYTHON_*. Modified: head/japanese/mozc-server/Makefile Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Sun Aug 31 18:43:44 2014 (r366811) +++ head/japanese/mozc-server/Makefile Sun Aug 31 18:47:03 2014 (r366812) @@ -14,15 +14,13 @@ COMMENT?= Mozc Japanese Input Method, Se LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/third_party/gyp/LICENSE -BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ - ninja:${PORTSDIR}/devel/ninja +BUILD_DEPENDS= ninja:${PORTSDIR}/devel/ninja EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_PORTSDIR} LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf \ libzinnia.so:${PORTSDIR}/japanese/zinnia RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils -USES= compiler:c++0x pkgconfig iconv gmake tar:bzip2 -USE_PYTHON_BUILD=yes +USES= compiler:c++0x pkgconfig iconv gmake tar:bzip2 python:build BUILD_MOZC_LIST?= mozc_server
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408311847.s7VIl4P2099877>