diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-21 19:10:21 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-21 19:10:21 +0800 |
commit | 8f1cccf9accdfae7060a8d10bc17d0a170801f39 (patch) | |
tree | 3b4baa8128ca1d8af119527b88f191fc2076d689 /multimedia | |
parent | c3732e781524063213425815ba12adb0795e1907 (diff) | |
download | freebsd-ports-gnome-8f1cccf9accdfae7060a8d10bc17d0a170801f39.tar.gz freebsd-ports-gnome-8f1cccf9accdfae7060a8d10bc17d0a170801f39.tar.zst freebsd-ports-gnome-8f1cccf9accdfae7060a8d10bc17d0a170801f39.zip |
- shabang
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/lives/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index af72b4ea38ab..6c35c1c625ff 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -3,7 +3,7 @@ PORTNAME= lives PORTVERSION= 2.8.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://lives-video.com/releases/ DISTNAME= LiVES-${PORTVERSION} @@ -52,6 +52,8 @@ USES= compiler:c++11-lib gettext-runtime ghostscript:run libtool \ localbase pathfix perl5 pkgconfig python shebangfix tar:bzip2 SHEBANG_FILES= build-lives-rfx-plugin build-lives-rfx-plugin-multi \ smogrify tools/autolives.pl lives-plugins/plugins/encoders/*_encoder \ + lives-plugins/marcos-encoders/*encoder* \ + lives-plugins/plugins/encoders/multi_encoder3 \ lives-plugins/plugins/playback/audiostream/audiostreamer.pl GNU_CONFIGURE= yes USE_XORG= x11 |