aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/uTox
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2018-03-08 04:56:37 +0800
committerthierry <thierry@FreeBSD.org>2018-03-08 04:56:37 +0800
commitce712d9e3b31120bb5f5f687f532194043e35163 (patch)
treec112c4c2801817cef5bb1e208bca0a0cc8ce6249 /net-im/uTox
parent8b8c9047a07e135a2150fe9a07c2468b927de16e (diff)
downloadfreebsd-ports-gnome-ce712d9e3b31120bb5f5f687f532194043e35163.tar.gz
freebsd-ports-gnome-ce712d9e3b31120bb5f5f687f532194043e35163.tar.zst
freebsd-ports-gnome-ce712d9e3b31120bb5f5f687f532194043e35163.zip
Make it depend on net-im/tox12 for the moment.
See https://github.com/uTox/uTox/pull/1157 Reported by: yuri
Diffstat (limited to 'net-im/uTox')
-rw-r--r--net-im/uTox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile
index 3f2c564ef96a..c6e67129dc30 100644
--- a/net-im/uTox/Makefile
+++ b/net-im/uTox/Makefile
@@ -2,7 +2,7 @@
PORTNAME= uTox
PORTVERSION= 0.11.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net-im net-p2p
MAINTAINER= portmaster@BSDforge.com
@@ -11,7 +11,7 @@ COMMENT= Lightweight Tox client
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox \
+BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox12 \
${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig \
@@ -20,7 +20,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
libvpx.so:multimedia/libvpx \
libfilteraudio.so:audio/libfilteraudio\
libopus.so:audio/opus
-RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox
+RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox12
USE_GITHUB= yes
GH_TAGNAME= 1835eae