aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2019-03-03 16:06:44 +0800
committeryuri <yuri@FreeBSD.org>2019-03-03 16:06:44 +0800
commit5aede32d8d6a8dec7e9006d3abeecf477e1d3bdb (patch)
tree88cfe7cdb7ad30414c94bf38909ebcc4c4cae521 /science
parent582dfb80e7ee25ec89f6db8a38bbd9ff858bb3b4 (diff)
downloadfreebsd-ports-gnome-5aede32d8d6a8dec7e9006d3abeecf477e1d3bdb.tar.gz
freebsd-ports-gnome-5aede32d8d6a8dec7e9006d3abeecf477e1d3bdb.tar.zst
freebsd-ports-gnome-5aede32d8d6a8dec7e9006d3abeecf477e1d3bdb.zip
science/wxmacmolplt: Unbreak, it was crashing with WX-3.1
Reported by: fallout
Diffstat (limited to 'science')
-rw-r--r--science/wxmacmolplt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/wxmacmolplt/Makefile b/science/wxmacmolplt/Makefile
index 66c0558b2d72..af5795b264f4 100644
--- a/science/wxmacmolplt/Makefile
+++ b/science/wxmacmolplt/Makefile
@@ -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>