diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-15 18:14:06 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-25 05:44:06 +0000 |
commit | 9c308a4d1cb4b3d58e5c9620cb646c581c4ac68b (patch) | |
tree | 890dfbffc7c9bcd3d8da30eb601e6a623ce5e2fc | |
parent | 456c23e42e40e9dbb78d8c227a48a92ca86039d0 (diff) |
graphics/wxsvg: use wx 3.2
PR: 265093
-rw-r--r-- | graphics/wxsvg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |