diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /multimedia/openshot | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) | |
download | ports-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.gz ports-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.zip |
Notes
Diffstat (limited to 'multimedia/openshot')
-rw-r--r-- | multimedia/openshot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/openshot/Makefile b/multimedia/openshot/Makefile index be78aa6ef678..a8b0e89b9d8c 100644 --- a/multimedia/openshot/Makefile +++ b/multimedia/openshot/Makefile @@ -3,7 +3,7 @@ PORTNAME= openshot PORTVERSION= 1.4.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= http://launchpad.net/openshot/${PORTVERSION:C/\.[0-9]+$//}/${PORTVERSION}/+download/ @@ -24,7 +24,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ USE_GNOME= pygtk2 USE_PYTHON= distutils -USES= desktop-file-utils gettext python:2 shared-mime-info +USES= desktop-file-utils gettext python:2.7 shared-mime-info INSTALLS_OMF= yes post-patch: |