diff options
author | mva <mva@FreeBSD.org> | 2013-12-16 05:50:51 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-12-16 05:50:51 +0800 |
commit | 3006565da63b3fc8a9eccc71f770980338c78388 (patch) | |
tree | bca803d73582209a3ba783658cff23e050e6f45c /japanese/mozc-server | |
parent | 27f3652ebfab3611f56a20c56af2c1ac7c1a8fcb (diff) | |
download | freebsd-ports-gnome-3006565da63b3fc8a9eccc71f770980338c78388.tar.gz freebsd-ports-gnome-3006565da63b3fc8a9eccc71f770980338c78388.tar.zst freebsd-ports-gnome-3006565da63b3fc8a9eccc71f770980338c78388.zip |
- Depend explicitly on lang/python at build time.
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Diffstat (limited to 'japanese/mozc-server')
-rw-r--r-- | japanese/mozc-server/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile index 57d787bef258..42c4b41beb75 100644 --- a/japanese/mozc-server/Makefile +++ b/japanese/mozc-server/Makefile @@ -19,6 +19,7 @@ EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_PORTSDIR} LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf \ zinnia:${PORTSDIR}/japanese/zinnia RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +BUILD_DEPENDS= python:${PORTSDIR}/lang/python USES= pkgconfig iconv USE_BZIP2= yes |