1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

science/wxmacmolplt: Unbreak, it was crashing with WX-3.1

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2019-03-03 08:06:44 +00:00
parent 83d3153284
commit c3785365f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494481

View File

@ -3,6 +3,7 @@
PORTNAME= wxmacmolplt
DISTVERSIONPREFIX= v
DISTVERSION= 7.7-43
PORTREVISION= 1
DISTVERSIONSUFFIX= -g9a46f7a
CATEGORIES= science
@ -17,7 +18,7 @@ USE_GITHUB= yes
GH_ACCOUNT= brettbode
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
USE_WX= 3.1
USE_WX= 3.0 # configure crashes with 3.1: checking for wxWidgets libraries... Segmentation fault (core dumped)
USE_GL= gl glew glu
.include <bsd.port.mk>