From owner-svn-ports-head@FreeBSD.ORG Thu May 23 00:37:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5F614736; Thu, 23 May 2013 00:37:50 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 51DD533A; Thu, 23 May 2013 00:37:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4N0bnqx040719; Thu, 23 May 2013 00:37:49 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4N0bnVN040718; Thu, 23 May 2013 00:37:49 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201305230037.r4N0bnVN040718@svn.freebsd.org> From: Hiroki Sato Date: Thu, 23 May 2013 00:37:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318809 - head/japanese/mozc-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 May 2013 00:37:50 -0000 Author: hrs Date: Thu May 23 00:37:49 2013 New Revision: 318809 URL: http://svnweb.freebsd.org/changeset/ports/318809 Log: Fix dependency. Reported by: miwi Modified: head/japanese/mozc-server/Makefile Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Thu May 23 00:30:30 2013 (r318808) +++ head/japanese/mozc-server/Makefile Thu May 23 00:37:49 2013 (r318809) @@ -3,7 +3,7 @@ PORTNAME= mozc PORTVERSION= 1.10.1390.102 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -15,6 +15,7 @@ COMMENT?= Mozc Japanese Input Method, Se LICENSE= BSD LICENSE_FILE= ${WRKSRC}/third_party/gyp/LICENSE +EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_PORTSDIR} LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf \ zinnia:${PORTSDIR}/japanese/zinnia RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils @@ -22,7 +23,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/ USES= pkgconfig iconv USE_BZIP2= yes USE_GMAKE= yes -USE_PYTHON= yes +USE_PYTHON_BUILD=yes USE_OPENSSL= yes MAKE_JOBS_SAFE= yes