Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2018 16:42:40 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460715 - head/devel/cmake
Message-ID:  <201802021642.w12GgeJY069286@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Feb  2 16:42:40 2018
New Revision: 460715
URL: https://svnweb.freebsd.org/changeset/ports/460715

Log:
  - Must specify flavor for python depends
  
  Approved by:	portmgr blanket

Modified:
  head/devel/cmake/Makefile

Modified: head/devel/cmake/Makefile
==============================================================================
--- head/devel/cmake/Makefile	Fri Feb  2 16:36:48 2018	(r460714)
+++ head/devel/cmake/Makefile	Fri Feb  2 16:42:40 2018	(r460715)
@@ -34,7 +34,8 @@ OPTIONS_DEFINE=	DOCS MANPAGES
 OPTIONS_DEFAULT=MANPAGES
 OPTIONS_SUB=	yes
 
-MANPAGES_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx
+MANPAGES_USES=		python:env
+MANPAGES_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx@${PY_FLAVOR}
 MANPAGES_CONFIGURE_ON=	--sphinx-man
 
 CONFLICTS_INSTALL=	cmake-modules-*



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