svn commit: r552140 - head/java/eclipse

Antoine Brodin antoine at FreeBSD.org
Mon Oct 12 17:40:51 UTC 2020


Author: antoine
Date: Mon Oct 12 17:40:50 2020
New Revision: 552140
URL: https://svnweb.freebsd.org/changeset/ports/552140

Log:
  Fix depends

Modified:
  head/java/eclipse/Makefile

Modified: head/java/eclipse/Makefile
==============================================================================
--- head/java/eclipse/Makefile	Mon Oct 12 17:39:33 2020	(r552139)
+++ head/java/eclipse/Makefile	Mon Oct 12 17:40:50 2020	(r552140)
@@ -51,7 +51,7 @@ LICENSE=	EPL
 
 ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
 
-BUILD_DEPENDS=	git:devel/git-lite \
+BUILD_DEPENDS=	git:devel/git at lite \
 		${LOCALBASE}/share/java/maven/bin/mvn:devel/maven \
 		zip:archivers/zip
 LIB_DEPENDS=	libsecret-1.so:security/libsecret \


More information about the svn-ports-head mailing list