Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 00:37:49 +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: r318809 - head/japanese/mozc-server
Message-ID:  <201305230037.r4N0bnVN040718@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305230037.r4N0bnVN040718>