Date: Mon, 4 Dec 2017 20:02:46 +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: r455532 - head/x11/xcurs Message-ID: <201712042002.vB4K2kFZ075084@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Dec 4 20:02:45 2017 New Revision: 455532 URL: https://svnweb.freebsd.org/changeset/ports/455532 Log: - xcurs fails to run with python3 - add explicit FLAVOR to dependency (useful when using DEFAULT_VERSIONS=python=3.x) Modified: head/x11/xcurs/Makefile Modified: head/x11/xcurs/Makefile ============================================================================== --- head/x11/xcurs/Makefile Mon Dec 4 18:54:38 2017 (r455531) +++ head/x11/xcurs/Makefile Mon Dec 4 20:02:45 2017 (r455532) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712042002.vB4K2kFZ075084>