git: 4eb3b869c38b - main - x11-wm/awesome: enable SVG support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Aug 2022 19:41:11 UTC
The branch main has been updated by rigoletto: URL: https://cgit.FreeBSD.org/ports/commit/?id=4eb3b869c38b025b8318bfddc1f521f6b00ac3f1 commit 4eb3b869c38b025b8318bfddc1f521f6b00ac3f1 Author: Alexandre C. Guimarães <rigoletto@FreeBSD.org> AuthorDate: 2022-08-12 19:37:14 +0000 Commit: Alexandre C. Guimarães <rigoletto@FreeBSD.org> CommitDate: 2022-08-12 19:41:02 +0000 x11-wm/awesome: enable SVG support - take maintainership PR: 265412 Approved by: dbaio --- x11-wm/awesome/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index bb2bf06c8bf9..c77714e39c07 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -1,11 +1,11 @@ PORTNAME= awesome PORTVERSION= 4.3 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= x11-wm -MAINTAINER= dbaio@FreeBSD.org +MAINTAINER= rigoletto@FreeBSD.org COMMENT= Highly configurable, next generation framework window manager LICENSE= GPLv2+ @@ -35,7 +35,7 @@ CMAKE_ARGS= -DSYSCONFDIR=${PREFIX}/etc \ -DAWESOME_MAN_PATH=${MANPREFIX}/man \ -DGENERATE_DOC=OFF \ -DLUA_INCLUDE_DIR=${LUA_INCDIR} -USE_GNOME= glib20 pango gdkpixbuf2 +USE_GNOME= glib20 pango gdkpixbuf2 librsvg2 USE_XORG= pixman x11 xau xcb xdmcp xext xft xinerama xrandr xrender \ xorgproto