aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2022-06-09 22:51:49 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-06-09 22:52:30 +0000
commit4017a5fe8b58f1c3800965989577a8efe73422a1 (patch)
treec45f2c275bba446fc39793cabba5099cc5cd936b
parent69648f91bfa37d99c458174fcf9b63245cdac9f9 (diff)
downloadports-4017a5fe8b58f1c3800965989577a8efe73422a1.tar.gz
ports-4017a5fe8b58f1c3800965989577a8efe73422a1.zip
comms/scrcpy: Depend on new devel/android-tools port
-rw-r--r--comms/scrcpy/Makefile3
1 files changed, 2 insertions, 1 deletions
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