Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 21:50:51 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336585 - head/japanese/mozc-server
Message-ID:  <201312152150.rBFLopXt004398@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Dec 15 21:50:51 2013
New Revision: 336585
URL: http://svnweb.freebsd.org/changeset/ports/336585

Log:
  - Depend explicitly on lang/python at build time.
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/japanese/mozc-server/Makefile

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Sun Dec 15 21:50:25 2013	(r336584)
+++ head/japanese/mozc-server/Makefile	Sun Dec 15 21:50:51 2013	(r336585)
@@ -19,6 +19,7 @@ EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_P
 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



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