summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-09-03 15:01:58 +0200
committerTobias Kortkamp <tobik@FreeBSD.org>2021-09-03 15:01:58 +0200
commit310623bb97f644b7a9a90c9e231574670edfa8f7 (patch)
tree9f439cea2889439e9fe07672aca93c8f2bc5a10e /net-im
parentaudio/mixxx: Unbreak all the options (diff)
*: Clean up some things
- Fix typos - Remove duplicate variables - Remove nop or unreferenced variables - Add missing ports to the build - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
Diffstat (limited to 'net-im')
-rw-r--r--net-im/biboumi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/biboumi/Makefile b/net-im/biboumi/Makefile
index 87c5313249c3..194d565ef3ce 100644
--- a/net-im/biboumi/Makefile
+++ b/net-im/biboumi/Makefile
@@ -1,5 +1,6 @@
PORTNAME= biboumi
DISTVERSION= 9.0
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= https://git.louiz.org/biboumi/snapshot/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -46,7 +47,7 @@ SQLITE3_CMAKE_OFF= -DWITHOUT_SQLITE3=1
TLS_LIB_DEPENDS= libbotan-2.so:security/botan2
TLS_LIB_DEPENDS_OFF= libgcrypt.so:security/libgcrypt
-TLS_RUN_DEPENDS_ON= ca_root_nss>0:security/ca_root_nss
+TLS_RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss
TLS_CMAKE_ON= -DWITH_BOTAN=1
TLS_CMAKE_OFF= -DWITHOUT_BOTAN=1