From e3463fd37aa8450264ca44c25be4866c3aa50fc5 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 4 Dec 2017 20:02:45 +0000 Subject: [PATCH] - xcurs fails to run with python3 - add explicit FLAVOR to dependency (useful when using DEFAULT_VERSIONS=python=3.x) --- x11/xcurs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/xcurs/Makefile b/x11/xcurs/Makefile index 511b55460120..5ec6ed65a3fb 100644 --- a/x11/xcurs/Makefile +++ b/x11/xcurs/Makefile @@ -11,9 +11,9 @@ MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Editor for new X.Org style full-color cursors properties -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} -USES= python +USES= python:2.7 USE_GNOME= pygtk2 NO_BUILD= yes