Skip to content

Commit

Permalink
net-im/jitsi-videobridge: Fix picking up maven dependency
Browse files Browse the repository at this point in the history
PR:		273345
  • Loading branch information
pacija authored and alonsobsd committed Sep 20, 2023
1 parent 765f58b commit 5e18c06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net-im/jitsi-videobridge/Makefile
@@ -1,5 +1,6 @@
PORTNAME= jitsi
DISTVERSION= 2.2-79
PORTREVISION= 1
CATEGORIES= net-im java
PKGNAMESUFFIX= -videobridge

Expand All @@ -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
Expand Down

0 comments on commit 5e18c06

Please sign in to comment.