git: 3bf4cb113b33 - main - net/freeswitch: change dependency from ffmpeg to ffmpeg4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Apr 2023 20:28:56 UTC
The branch main has been updated by pi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3bf4cb113b330d7445f2371d63eafa58d82a361d
commit 3bf4cb113b330d7445f2371d63eafa58d82a361d
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-08 20:27:45 +0000
Commit: Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2023-04-08 20:27:45 +0000
net/freeswitch: change dependency from ffmpeg to ffmpeg4
PR: 270276
Reported-by: diizzy
---
net/freeswitch/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile
index 9cc19d8ae8cd..775dc42c7bb5 100644
--- a/net/freeswitch/Makefile
+++ b/net/freeswitch/Makefile
@@ -207,4 +207,5 @@ post-install:
(cd ${WRKSRC}/conf && \
${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
+.include "${.CURDIR:H:H}/multimedia/ffmpeg4/override.mk"
.include <bsd.port.mk>