Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2018 21:28:57 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473580 - head/misc/py-colorbrewer
Message-ID:  <201806292128.w5TLSvB6030446@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Jun 29 21:28:57 2018
New Revision: 473580
URL: https://svnweb.freebsd.org/changeset/ports/473580

Log:
  misc/py-colorbrewer: Fix typo in the depends statement
  
  Reported by:	antoine

Modified:
  head/misc/py-colorbrewer/Makefile

Modified: head/misc/py-colorbrewer/Makefile
==============================================================================
--- head/misc/py-colorbrewer/Makefile	Fri Jun 29 21:27:15 2018	(r473579)
+++ head/misc/py-colorbrewer/Makefile	Fri Jun 29 21:28:57 2018	(r473580)
@@ -11,7 +11,7 @@ COMMENT=	Constants from Cynthia Brewer's ColorBrewer
 
 LICENSE=	APACHE20
 
-INSTALL_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist distutils



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