aboutsummaryrefslogtreecommitdiff
path: root/comms/scrcpy/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-02-23 04:52:47 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-02-23 04:52:47 +0000
commit78a408a102620a571e9748ec1cbf1655f35b3a5d (patch)
tree0062f4fccea5a60bc32361eaeb082abd43919a09 /comms/scrcpy/Makefile
parent0110c3cb470330fb31789c20ea7583b081ec79cd (diff)
downloadports-78a408a102620a571e9748ec1cbf1655f35b3a5d.tar.gz
ports-78a408a102620a571e9748ec1cbf1655f35b3a5d.zip
comms/scrcpy: Update to 1.7
Changes: https://github.com/Genymobile/scrcpy/releases/tag/v1.7 PR: 235851 Submitted by: Hiroki Tagato <tagattie@yandex.com>
Notes
Notes: svn path=/head/; revision=493638
Diffstat (limited to 'comms/scrcpy/Makefile')
-rw-r--r--comms/scrcpy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/scrcpy/Makefile b/comms/scrcpy/Makefile
index 092cef51d04f..e88d253e4204 100644
--- a/comms/scrcpy/Makefile
+++ b/comms/scrcpy/Makefile
@@ -2,7 +2,7 @@
PORTNAME= scrcpy
DISTVERSIONPREFIX= v
-DISTVERSION= 1.6
+DISTVERSION= 1.7
CATEGORIES= comms net
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/:jar
DISTFILES= ${DIST_JARFILE}:jar
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
RUN_DEPENDS= adb:devel/android-tools-adb
-USES= meson pkgconfig
+USES= meson pkgconfig sdl
USE_SDL= sdl2
USE_GITHUB= yes