svn commit: r336585 - head/japanese/mozc-server

Marcus von Appen mva at FreeBSD.org
Sun Dec 15 21:50:52 UTC 2013


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


More information about the svn-ports-head mailing list