Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2019 21:37:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513912 - head/www/httpcore
Message-ID:  <201910062137.x96Lbwwb062115@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Oct  6 21:37:57 2019
New Revision: 513912
URL: https://svnweb.freebsd.org/changeset/ports/513912

Log:
  Fix dependencies

Modified:
  head/www/httpcore/Makefile

Modified: head/www/httpcore/Makefile
==============================================================================
--- head/www/httpcore/Makefile	Sun Oct  6 21:37:04 2019	(r513911)
+++ head/www/httpcore/Makefile	Sun Oct  6 21:37:57 2019	(r513912)
@@ -12,7 +12,7 @@ COMMENT=	Java components implementing the base HTTP pr
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${JAVALIBDIR}/commons-cli.jar:java/jakarta-commons-cli
+RUN_DEPENDS=	${JAVALIBDIR}/commons-cli.jar:java/apache-commons-cli
 
 OPTIONS_DEFINE=	DOCS
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910062137.x96Lbwwb062115>