mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
- xcurs fails to run with python3
- add explicit FLAVOR to dependency (useful when using DEFAULT_VERSIONS=python=3.x)
This commit is contained in:
parent
3fcd48bc9a
commit
e3463fd37a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455532
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue