svn commit: r513911 - head/net-p2p/vuze

Antoine Brodin antoine at FreeBSD.org
Sun Oct 6 21:37:05 UTC 2019


Author: antoine
Date: Sun Oct  6 21:37:04 2019
New Revision: 513911
URL: https://svnweb.freebsd.org/changeset/ports/513911

Log:
  Fix dependencies

Modified:
  head/net-p2p/vuze/Makefile

Modified: head/net-p2p/vuze/Makefile
==============================================================================
--- head/net-p2p/vuze/Makefile	Sun Oct  6 21:34:32 2019	(r513910)
+++ head/net-p2p/vuze/Makefile	Sun Oct  6 21:37:04 2019	(r513911)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/GPL.txt
 
 BUILD_DEPENDS=	${JAVALIBDIR}/log4j.jar:devel/log4j \
-		${JAVALIBDIR}/commons-cli.jar:java/jakarta-commons-cli \
+		${JAVALIBDIR}/commons-cli.jar:java/apache-commons-cli \
 		${JAVALIBDIR}/junit.jar:java/junit \
 		${JAVALIBDIR}/swt.jar:x11-toolkits/swt
 RUN_DEPENDS=	${JAVALIBDIR}/swt.jar:x11-toolkits/swt


More information about the svn-ports-head mailing list