Skip to content

Commit

Permalink
lang/erlang-runtime2*: use wx 3.2
Browse files Browse the repository at this point in the history
PR:		265093
  • Loading branch information
lbartoletti committed Oct 25, 2022
1 parent 9c308a4 commit 67a4480
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions lang/erlang-runtime21/Makefile
@@ -1,7 +1,7 @@
PORTNAME= erlang
DISTVERSIONPREFIX= OTP-
DISTVERSION= 21.3.8.24
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= lang parallel java
PKGNAMESUFFIX= -runtime21
DIST_SUBDIR= erlang
Expand Down Expand Up @@ -89,7 +89,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>
Expand Down
4 changes: 2 additions & 2 deletions lang/erlang-runtime22/Makefile
@@ -1,7 +1,7 @@
PORTNAME= erlang
DISTVERSIONPREFIX= OTP-
DISTVERSION= 22.3.4.26
PORTREVISION= 0
PORTREVISION= 1
# NB when bumping OTP versions also bump PORTREVISION in databases/couchdb3
CATEGORIES= lang parallel java
PKGNAMESUFFIX= -runtime22
Expand Down Expand Up @@ -89,7 +89,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>
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions lang/erlang-runtime24/Makefile
@@ -1,7 +1,7 @@
PORTNAME= erlang
DISTVERSIONPREFIX= OTP-
DISTVERSION= 24.3.4.6
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= lang parallel java
PKGNAMESUFFIX= -runtime24
DIST_SUBDIR= erlang
Expand Down Expand Up @@ -86,7 +86,7 @@ SHARING_CONFIGURE_ENABLE= sharing-preserving
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>
Expand Down
4 changes: 2 additions & 2 deletions lang/erlang-runtime25/Makefile
@@ -1,7 +1,7 @@
PORTNAME= erlang
DISTVERSIONPREFIX= OTP-
DISTVERSION= 25.1.2
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= lang parallel java
PKGNAMESUFFIX= -runtime25
DIST_SUBDIR= erlang
Expand Down Expand Up @@ -86,7 +86,7 @@ SHARING_CONFIGURE_ENABLE= sharing-preserving
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>
Expand Down

0 comments on commit 67a4480

Please sign in to comment.