git: 4017a5fe8b58 - main - comms/scrcpy: Depend on new devel/android-tools port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jun 2022 22:52:45 UTC
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4017a5fe8b58f1c3800965989577a8efe73422a1
commit 4017a5fe8b58f1c3800965989577a8efe73422a1
Author: Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-06-09 22:51:49 +0000
Commit: Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-06-09 22:52:30 +0000
comms/scrcpy: Depend on new devel/android-tools port
---
comms/scrcpy/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/comms/scrcpy/Makefile b/comms/scrcpy/Makefile
index fb1389521d2e..ace66f2eee2d 100644
--- a/comms/scrcpy/Makefile
+++ b/comms/scrcpy/Makefile
@@ -1,6 +1,7 @@
PORTNAME= scrcpy
DISTVERSIONPREFIX= v
DISTVERSION= 1.21
+PORTREVISION= 1
CATEGORIES= comms net
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:server
DISTFILES= ${SERVER_FILE}:server
@@ -13,7 +14,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
-RUN_DEPENDS= adb:devel/android-tools-adb
+RUN_DEPENDS= adb:devel/android-tools
USES= compiler:c++11-lang meson pkgconfig sdl