Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2018 14:22:54 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478457 - head/games/freecell-solver
Message-ID:  <201808301422.w7UEMshO075072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Thu Aug 30 14:22:53 2018
New Revision: 478457
URL: https://svnweb.freebsd.org/changeset/ports/478457

Log:
  - Fix build and run dependencies
  
  Reported by:	se

Modified:
  head/games/freecell-solver/Makefile

Modified: head/games/freecell-solver/Makefile
==============================================================================
--- head/games/freecell-solver/Makefile	Thu Aug 30 14:14:20 2018	(r478456)
+++ head/games/freecell-solver/Makefile	Thu Aug 30 14:22:53 2018	(r478457)
@@ -3,6 +3,7 @@
 
 PORTNAME=	freecell-solver
 PORTVERSION=	4.20.0
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://fc-solve.shlomifish.org/downloads/fc-solve/
 
@@ -15,7 +16,10 @@ BUILD_DEPENDS=	p5-Path-Tiny>=0.076:devel/p5-Path-Tiny 
 		p5-Template-Toolkit>=2.26:www/p5-Template-Toolkit \
 		gperf:devel/gperf \
 		asciidoc:textproc/asciidoc \
-		${PYTHON_PKGNAMEPREFIX}random2>=1.0.1:math/py-random2@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}random2>=1.0.1:math/py-random2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}random2>=1.0.1:math/py-random2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR}
 
 OPTIONS_DEFINE=	DOCS EXAMPLES TCMALLOC
 TCMALLOC_DESC=	Use Google's TCMalloc



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