diff options
author | Martin Neubauer <m.ne@gmx.net> | 2023-09-19 23:20:38 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-09-20 06:26:16 +0000 |
commit | 765f58bab2f11173ab36fed0eb0cf0dd87cfb2d7 (patch) | |
tree | f4a8575f1c80144324c4de100f705a6d13449358 /net-im | |
parent | dc0522e8d598d69fa852747e66b9354de9ed6a05 (diff) | |
download | ports-765f58bab2f11173ab36fed0eb0cf0dd87cfb2d7.tar.gz ports-765f58bab2f11173ab36fed0eb0cf0dd87cfb2d7.zip |
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jicofo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/jicofo/Makefile b/net-im/jicofo/Makefile index 88ff2edf04b1..075910008ccd 100644 --- a/net-im/jicofo/Makefile +++ b/net-im/jicofo/Makefile @@ -1,5 +1,6 @@ PORTNAME= jicofo DISTVERSION= 1.0-996 +PORTREVISION= 1 CATEGORIES= net-im java MAINTAINER= acm@FreeBSD.org @@ -10,7 +11,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 USE_GITHUB= yes GH_ACCOUNT= jitsi |