aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang-runtime23
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2022-10-15 18:14:31 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2022-10-25 05:44:06 +0000
commit67a4480602e3e73ffb63973a7792d043af16e3dc (patch)
tree513cd3028dd2190667dbb4ea1712122a447d981a /lang/erlang-runtime23
parent9c308a4d1cb4b3d58e5c9620cb646c581c4ac68b (diff)
downloadports-67a4480602e3e73ffb63973a7792d043af16e3dc.tar.gz
ports-67a4480602e3e73ffb63973a7792d043af16e3dc.zip
lang/erlang-runtime2*: use wx 3.2
PR: 265093
Diffstat (limited to 'lang/erlang-runtime23')
-rw-r--r--lang/erlang-runtime23/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/erlang-runtime23/Makefile b/lang/erlang-runtime23/Makefile
index 0ead231af110..53ea114cd0ec 100644
--- a/lang/erlang-runtime23/Makefile
+++ b/lang/erlang-runtime23/Makefile
@@ -1,7 +1,7 @@
PORTNAME= erlang
DISTVERSIONPREFIX= OTP-
DISTVERSION= 23.3.4.18
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= lang parallel java
PKGNAMESUFFIX= -runtime23
DIST_SUBDIR= erlang
@@ -88,7 +88,7 @@ THREADS_CONFIGURE_ENABLE= threads
WX_USES= gl
WX_CONFIGURE_WITH= wx-config=${WX_CONFIG}
WX_VARS= USE_GL="gl glu" \
- USE_WX=3.1+ \
+ USE_WX=3.2+ \
WX_COMPS="wx"
.include <bsd.port.pre.mk>