svn commit: r513912 - head/www/httpcore

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


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
 


More information about the svn-ports-head mailing list