aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Cupać <marko.cupac@mimar.rs>2023-09-20 06:29:18 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-09-20 06:30:22 +0000
commit5e18c06c0174b9072146590ce09881306130f96e (patch)
tree2689e66adfafbe48bfadfe50d72f862ef961e237
parent765f58bab2f11173ab36fed0eb0cf0dd87cfb2d7 (diff)
downloadports-5e18c06c0174b9072146590ce09881306130f96e.tar.gz
ports-5e18c06c0174b9072146590ce09881306130f96e.zip
net-im/jitsi-videobridge: Fix picking up maven dependency
PR: 273345
-rw-r--r--net-im/jitsi-videobridge/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/jitsi-videobridge/Makefile b/net-im/jitsi-videobridge/Makefile
index b41c25bc8943..c8b96326d143 100644
--- a/net-im/jitsi-videobridge/Makefile
+++ b/net-im/jitsi-videobridge/Makefile
@@ -1,5 +1,6 @@
PORTNAME= jitsi
DISTVERSION= 2.2-79
+PORTREVISION= 1
CATEGORIES= net-im java
PKGNAMESUFFIX= -videobridge
@@ -11,7 +12,7 @@ LICENSE= APACHE20
ONLY_FOR_ARCHS= i386 amd64 powerpc64 powerpc64le
-BUILD_DEPENDS= ${LOCALBASE}/share/java/maven/bin/mvn:devel/maven
+BUILD_DEPENDS= mvn:devel/maven
RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
USE_GITHUB= yes