git: 6d5b351ed8fd - main - java/eclipse: fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Aug 2023 07:57:05 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d5b351ed8fdbec69961dbe1e6d3b27a2980a36f commit 6d5b351ed8fdbec69961dbe1e6d3b27a2980a36f Author: Jonathan Chen <jonc@chen.org.nz> AuthorDate: 2023-08-29 12:27:40 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-08-30 07:56:52 +0000 java/eclipse: fix build Fix build after https://cgit.freebsd.org/ports/commit/?id=a1c897de331a3363f0d74b0decf8d07ae2498f1c PR: 273333 Reported by: jonc@chen.org.nz --- java/eclipse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 44686cde48c8..e82e6cb353d9 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -18,7 +18,7 @@ LICENSE= EPL ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le BUILD_DEPENDS= git:devel/git@lite \ - ${LOCALBASE}/share/java/maven/bin/mvn:devel/maven \ + ${LOCALBASE}/share/java/apache-maven-3.8/bin/mvn:devel/maven \ zip:archivers/zip LIB_DEPENDS= libsecret-1.so:security/libsecret \ libwebkit2gtk-4.0.so:www/webkit2-gtk3