svn commit: r455853 - head/sysutils/farbot

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 12:36:47 UTC 2017


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


More information about the svn-ports-head mailing list