aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2023-03-07 11:40:19 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2023-03-07 12:02:23 +0000
commit6b4e98606f192eb1eddfedceee15f43df366cbd6 (patch)
treea41d10fe808d9232e848da234816f53860dbf2e0 /net-im
parent91018f2c4a183638e47e5223e336400428700e85 (diff)
downloadports-6b4e98606f192eb1eddfedceee15f43df366cbd6.tar.gz
ports-6b4e98606f192eb1eddfedceee15f43df366cbd6.zip
net-im/nheko: fix options
Previous commit didn't set up USES and USE_* for the VOIP option correctly. Thanks to tcberner@ for pointing me at the right bit of the Porters Handbook.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/nheko/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile
index 9e4a59365576..cb6a3aa77690 100644
--- a/net-im/nheko/Makefile
+++ b/net-im/nheko/Makefile
@@ -1,6 +1,7 @@
PORTNAME= nheko
DISTVERSIONPREFIX=v
DISTVERSION= 0.11.3
+PORTREVISION= 1
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
@@ -36,10 +37,8 @@ OPTIONS_DEFAULT=
VOIP_DESC= Enable VOIP calls (experimental)
VOIP_CMAKE_BOOL= VOIP
-VOIP_USES= gstreamer gettext-runtime
-VOIP_USE_GSTREAMER1= bad dtls srtp
-VOIP_USE_XORG= xcb
-VOIP_USE_GNOME= glib20
+VOIP_USES= gstreamer gettext-runtime xorg gnome
+VOIP_USE= gstreamer=bad,dtls,srtp xorg=xcb gnome=glib20
VOIP_LIB_DEPENDS= libnice.so:net-im/libnice
# There is one external dependency: lmdb++