From 456c23e42e40e9dbb78d8c227a48a92ca86039d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= <lbartoletti@FreeBSD.org>
Date: Sat, 15 Oct 2022 20:13:51 +0200
Subject: [PATCH] graphics/electricsheep: use wx 3.2

PR:		265093
---
 graphics/electricsheep/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/electricsheep/Makefile b/graphics/electricsheep/Makefile
index 1ebbcf4c5b8e..e780ca1cf2ac 100644
--- a/graphics/electricsheep/Makefile
+++ b/graphics/electricsheep/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	electricsheep
 DISTVERSION=	3.0.2.20191005 # configure.ac though says that the version is 2.7b33
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	graphics
 
@@ -28,7 +28,7 @@ GH_ACCOUNT=	scottdraves
 GH_TAGNAME=	37ba0fd692d6581f8fe009ed11c9650cd8174123
 DOS2UNIX_FILES=	ContentDownloader/SheepDownloader.cpp DisplayOutput/OpenGL/glx.cpp
 GNU_CONFIGURE=	yes
-USE_WX=		3.1
+USE_WX=		3.2
 USE_GNOME=	glib20
 USE_GL=		gl glut
 USE_XORG=	x11 xrender
-- 
GitLab