svn commit: r318809 - head/japanese/mozc-server
Hiroki Sato
hrs at FreeBSD.org
Thu May 23 00:37:50 UTC 2013
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
More information about the svn-ports-all
mailing list