diff options
| author | Ronald Klop <ronald@FreeBSD.org> | 2026-01-31 20:19:49 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-01-31 20:20:24 +0000 |
| commit | d2ac78cf9125e6c2aa9e7ade3888cfd710d8f4bc (patch) | |
| tree | 38cb2c13bb3bb727dd3c6887475f5e939e431113 /games/lizzie | |
| parent | 090d58450357ea0f4aca888a64b4ba4c42ebcfb2 (diff) | |
Diffstat (limited to 'games/lizzie')
| -rw-r--r-- | games/lizzie/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/lizzie/Makefile b/games/lizzie/Makefile index 9642cdf925cd..9595a72adb69 100644 --- a/games/lizzie/Makefile +++ b/games/lizzie/Makefile @@ -1,6 +1,6 @@ PORTNAME= lizzie DISTVERSION= 0.6-105 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -gd0e7040 CATEGORIES= games java @@ -17,6 +17,7 @@ RUN_DEPENDS= leelaz:games/leela-zero USES= java USE_GITHUB= yes GH_ACCOUNT= featurecat +JAVA_VERSION= 8 # because of Bug 292662 - games/lizzie: does not build with jdk11+ NO_ARCH= yes |
