git: d7c1642dd343 - main - sysutils/conky: IMLIB2 and LUA_IMLIB2 as default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Aug 2024 17:36:38 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7c1642dd343d3e625c80fdf73c52e0931a192f6 commit d7c1642dd343d3e625c80fdf73c52e0931a192f6 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2024-08-23 07:30:07 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-08-23 17:36:19 +0000 sysutils/conky: IMLIB2 and LUA_IMLIB2 as default This was requested by a FreeBSD/conky user. It adds no burden to the build to add IMLIB2 to the default build but has the advantage of allowing the use of the ${image} command. --- sysutils/conky/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index 2d5b4efed140..12e26ac796fc 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -35,8 +35,8 @@ PORTEXAMPLES= conky.conf conky_no_x11.conf convert.lua OPTIONS_DEFINE= APCUPSD CURL DOCS EXAMPLES IPV6 MANPAGES METAR MOC MPD NCURSES \ RSS WAYLAND X11 XOAP -OPTIONS_DEFAULT?= ARGB DOUBLE_BUFFER LUA_CAIRO MANPAGES MOUSE_EVENTS \ - WAYLAND X11 XFT +OPTIONS_DEFAULT?= ARGB DOUBLE_BUFFER IMLIB2 LUA_CAIRO LUA_IMLIB2 \ + MANPAGES MOUSE_EVENTS WAYLAND X11 XFT OPTIONS_GROUP?= X11 OPTIONS_GROUP_X11= ARGB DOUBLE_BUFFER IMLIB2 LUA_CAIRO LUA_IMLIB2 LUA_RSVG \ MOUSE_EVENTS XFT XINERAMA