aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/mozc-server
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2013-05-23 08:37:49 +0800
committerhrs <hrs@FreeBSD.org>2013-05-23 08:37:49 +0800
commit220017cdcca975230d0c8bc42c4d30b3bb208edb (patch)
tree620b79d0a88a2396a5d47788231e46922c31418c /japanese/mozc-server
parent71b1527914add38bf5b6b03b640fe1b4f14fe5b8 (diff)
downloadfreebsd-ports-gnome-220017cdcca975230d0c8bc42c4d30b3bb208edb.tar.gz
freebsd-ports-gnome-220017cdcca975230d0c8bc42c4d30b3bb208edb.tar.zst
freebsd-ports-gnome-220017cdcca975230d0c8bc42c4d30b3bb208edb.zip
Fix dependency.
Reported by: miwi
Diffstat (limited to 'japanese/mozc-server')
-rw-r--r--japanese/mozc-server/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile
index bb778df5bbf3..a62cb1f5cf2e 100644
--- a/japanese/mozc-server/Makefile
+++ b/japanese/mozc-server/Makefile
@@ -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, Server
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/xdg-utils
USES= pkgconfig iconv
USE_BZIP2= yes
USE_GMAKE= yes
-USE_PYTHON= yes
+USE_PYTHON_BUILD=yes
USE_OPENSSL= yes
MAKE_JOBS_SAFE= yes