diff options
| author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-15 18:13:51 +0000 |
|---|---|---|
| committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-25 05:44:06 +0000 |
| commit | 456c23e42e40e9dbb78d8c227a48a92ca86039d0 (patch) | |
| tree | a05564693928f49fea829bc0107bac25a9b644ac | |
| parent | 19ff6b9b40d0a96ac4fd03540de504f6a87b7476 (diff) | |
graphics/electricsheep: use wx 3.2
PR: 265093
| -rw-r--r-- | graphics/electricsheep/Makefile | 4 |
1 files 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 |
