Date: Mon, 4 Dec 2017 21:38:47 +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: r455548 - head/net/tucan Message-ID: <201712042138.vB4LclHA014266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Dec 4 21:38:47 2017 New Revision: 455548 URL: https://svnweb.freebsd.org/changeset/ports/455548 Log: - tucan fails to run with python3 - Add explicit FLAVOR to dependency (useful when using DEFAULT_VERSIONS=python=3.x) Modified: head/net/tucan/Makefile Modified: head/net/tucan/Makefile ============================================================================== --- head/net/tucan/Makefile Mon Dec 4 21:33:58 2017 (r455547) +++ head/net/tucan/Makefile Mon Dec 4 21:38:47 2017 (r455548) @@ -10,13 +10,13 @@ MASTER_SITES= http://forja.rediris.es/frs/download.php MAINTAINER= gustau.perez@gmail.com COMMENT= Tucan Manager aids file-sharing with 1-click hosters -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${LOCALBASE}/bin/cntraining:graphics/tesseract NO_BUILD= yes USE_GNOME= pygtk2 librsvg2 -USES= gettext python +USES= gettext python:2.7 post-patch: ${REINPLACE_CMD} -Ee 's|#! /usr/bin/env python|#! ${PYTHON_CMD}|' ${WRKSRC}/tucan.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712042138.vB4LclHA014266>