git: 456c23e42e40 - main - graphics/electricsheep: use wx 3.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 05:44:34 UTC
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=456c23e42e40e9dbb78d8c227a48a92ca86039d0 commit 456c23e42e40e9dbb78d8c227a48a92ca86039d0 Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-10-15 18:13:51 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-10-25 05:44:06 +0000 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