diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-04 20:02:45 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-04 20:02:45 +0000 |
commit | e3463fd37aa8450264ca44c25be4866c3aa50fc5 (patch) | |
tree | 6c2fbef23b7ff94259b6f4df786469e57c7e6a10 /x11/xcurs | |
parent | 3fcd48bc9a9e5541c387fe802defa3344cc42505 (diff) |
Notes
Diffstat (limited to 'x11/xcurs')
-rw-r--r-- | x11/xcurs/Makefile | 4 |
1 files 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 |