diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2022-06-09 15:51:49 -0700 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-06-09 15:52:30 -0700 |
commit | 4017a5fe8b58f1c3800965989577a8efe73422a1 (patch) | |
tree | c45f2c275bba446fc39793cabba5099cc5cd936b /comms/scrcpy | |
parent | devel/py-sarif-om: New Port: Python classes for the SARIF 2.1.0 object model (diff) |
comms/scrcpy: Depend on new devel/android-tools port
Diffstat (limited to 'comms/scrcpy')
-rw-r--r-- | comms/scrcpy/Makefile | 3 |
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 |