git: 9c308a4d1cb4 - main - graphics/wxsvg: use wx 3.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 05:44:35 UTC
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c308a4d1cb4b3d58e5c9620cb646c581c4ac68b commit 9c308a4d1cb4b3d58e5c9620cb646c581c4ac68b Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-10-15 18:14:06 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-10-25 05:44:06 +0000 graphics/wxsvg: use wx 3.2 PR: 265093 --- graphics/wxsvg/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index f4ec3917fba6..2cf6439c7335 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -1,5 +1,6 @@ PORTNAME= wxsvg PORTVERSION= 1.5.23 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -15,7 +16,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libharfbuzz.so:print/harfbuzz USES= compiler:c++11-lib gettext-runtime gmake gnome libtool pathfix pkgconfig tar:bzip2 -USE_WX= 3.1 +USE_WX= 3.2 WX_CONF_ARGS= absolute USE_GNOME= cairo glib20 pango GNU_CONFIGURE= yes