Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 12:36:46 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455853 - head/sysutils/farbot
Message-ID:  <201712091236.vB9Cakak017589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec  9 12:36:46 2017
New Revision: 455853
URL: https://svnweb.freebsd.org/changeset/ports/455853

Log:
  - Add explicit FLAVOR to dependency (useful when using
    DEFAULT_VERSIONS=python=3.x)
  - Fix dependency, the zconfig module is needed, not the zconfig command

Modified:
  head/sysutils/farbot/Makefile

Modified: head/sysutils/farbot/Makefile
==============================================================================
--- head/sysutils/farbot/Makefile	Sat Dec  9 12:32:10 2017	(r455852)
+++ head/sysutils/farbot/Makefile	Sat Dec  9 12:36:46 2017	(r455853)
@@ -11,8 +11,8 @@ COMMENT=	FreeBSD Automated Release Bot
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/zconfig:devel/py-zconfig
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zconfig>=0:devel/py-zconfig@${FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zconfig>=0:devel/py-zconfig@${FLAVOR}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	threerings



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