diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-05-03 12:49:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-05-03 12:49:15 +0000 |
commit | ebf44415ade4516c5a5dd6a8733ca07d866ecfdd (patch) | |
tree | 2c37b9e5c168eed773a98b6c0d347a6a1051f9ba /multimedia/photofilmstrip | |
parent | 0ddd0615b06cef973bf9f01c2c88d42705eb82a5 (diff) |
Unbreak harder, the plist is not compatible with python 2.7
Notes
Notes:
svn path=/head/; revision=533772
Diffstat (limited to 'multimedia/photofilmstrip')
-rw-r--r-- | multimedia/photofilmstrip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/photofilmstrip/Makefile b/multimedia/photofilmstrip/Makefile index 22ea0044d91b..bbf69ef55729 100644 --- a/multimedia/photofilmstrip/Makefile +++ b/multimedia/photofilmstrip/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR RUN_DEPENDS= mencoder:multimedia/mencoder \ mplayer:multimedia/mplayer -USES= python gettext +USES= python:3.6+ gettext USE_GSTREAMER1= jpeg USE_PYTHON= distutils USE_WX= 3.0+ |