svn commit: r455532 - head/x11/xcurs

Antoine Brodin antoine at FreeBSD.org
Mon Dec 4 20:02:47 UTC 2017


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


More information about the svn-ports-head mailing list