svn commit: r455548 - head/net/tucan

Antoine Brodin antoine at FreeBSD.org
Mon Dec 4 21:38:49 UTC 2017


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 at 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


More information about the svn-ports-all mailing list