diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2025-03-11 18:04:21 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2025-03-17 00:02:08 -0400 |
commit | e87d8134a3460dff28f0c469fff83a187e9820bc (patch) | |
tree | 5005d557c2b1e60e1f3b2a4995e2142fe7237610 /java/openjfx14 | |
parent | www/phalcon: update to 5.9.0. (diff) |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes.
Diffstat (limited to 'java/openjfx14')
-rw-r--r-- | java/openjfx14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile index 0e2f26067696..ae73b73cc455 100644 --- a/java/openjfx14/Makefile +++ b/java/openjfx14/Makefile @@ -40,7 +40,7 @@ USE_GITHUB= yes GH_ACCOUNT= openjdk GH_PROJECT= jfx USE_GL= gl -USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 gtk30 pango +USE_GNOME= atk cairo gdkpixbuf glib20 gtk20 gtk30 pango JAVA_VERSION= 11 USE_LDCONFIG= yes USE_XORG= x11 xtst xxf86vm |