diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2026-03-08 22:04:47 +0000 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2026-03-08 23:16:58 +0000 |
| commit | a01308be852d3f12c0c1fabf6d7ce7f52ff8914d (patch) | |
| tree | 9950c34b7e6a5ed482c07a5a99baa652b2d0617c | |
| parent | ab1cb93a297ae9785b0a8017d31b9896c5db183d (diff) | |
multimedia/ffmpegthumbnailer: Improve port
* Remove incorrect definition of USES= tar:bz2
* Remove USE_CXXSTD, redundant and already defined by upstream
* Add back USES= pathfix to make build log consistent with installed
location
PR: 291861
Approved by: blanket, just fix it / maintainer/committer timeout
| -rw-r--r-- | multimedia/ffmpegthumbnailer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/ffmpegthumbnailer/Makefile b/multimedia/ffmpegthumbnailer/Makefile index 745db5f6c547..9ee27dd702e5 100644 --- a/multimedia/ffmpegthumbnailer/Makefile +++ b/multimedia/ffmpegthumbnailer/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libpng.so:graphics/png USES= cmake:testing compiler:c++14-lang gnome jpeg localbase \ - pkgconfig tar:bz2 -USE_CXXSTD= c++14 + pathfix pkgconfig USE_GITHUB= yes GH_ACCOUNT= dirkvdb USE_GNOME= glib20 |
