diff options
| author | Norbert Grundmann <ngrundmann@gmx.de> | 2025-01-06 16:49:06 +0300 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-01-06 16:52:43 +0300 |
| commit | 026ec9249838c09df0c077d7e901e46a61699100 (patch) | |
| tree | a84bcd0ef8c59c6e2a145e6c888da2f126aa5830 /java/eclipse/Makefile | |
| parent | www/domoticz: Update to 2024.7 (diff) | |
java/eclipse: Fix build on aarch64
PR: 283885
Diffstat (limited to 'java/eclipse/Makefile')
| -rw-r--r-- | java/eclipse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 8812f59b27d9..73bcacc548ac 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -1,5 +1,6 @@ PORTNAME= eclipse DISTVERSION= 4.34 +PORTREVISION= 1 CATEGORIES= java devel ECLIPSE_TAG= R${DISTVERSION:S|.|_|g} @@ -21,8 +22,6 @@ LIB_DEPENDS= libsecret-1.so:security/libsecret \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 USES= compiler:c++17-lang gl gmake java pkgconfig gnome -JAVA_VERSION= 17+ - # The github repositories. The repository under NorbertXYZ is for a predefined maven # download, so the build does not need to download while do-build is running USE_GITHUB= yes @@ -42,6 +41,7 @@ GH_TUPLE= chirontt:eclipse.platform.releng.aggregator:${ECLIPSE_TAG}_maintenance NorbertXYZ:eclipse_maven:${DISTVERSION}:n USE_GL= gl glu USE_GNOME= gtk30 +JAVA_VERSION= 17+ DESKTOP_ENTRIES= "Eclipse" \ "${COMMENT}" \ |
