aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-03-24 19:43:08 +0800
committerbapt <bapt@FreeBSD.org>2014-03-24 19:43:08 +0800
commit07ca46f537545026a0f1c049ef64fcefcfd053e1 (patch)
tree1d56826bccef52538a7f6c568c6ec1a72200bb93 /cad
parent7ddcc60d6bbfe54ac17fd262b08a9aea1ee38be7 (diff)
downloadfreebsd-ports-gnome-07ca46f537545026a0f1c049ef64fcefcfd053e1.tar.gz
freebsd-ports-gnome-07ca46f537545026a0f1c049ef64fcefcfd053e1.tar.zst
freebsd-ports-gnome-07ca46f537545026a0f1c049ef64fcefcfd053e1.zip
Switch to wx 2.8
Requires a modern STL instead of enforcing gcc
Diffstat (limited to 'cad')
-rw-r--r--cad/gspiceui/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/cad/gspiceui/Makefile b/cad/gspiceui/Makefile
index 7a63555883ab..7b288dc4e3ee 100644
--- a/cad/gspiceui/Makefile
+++ b/cad/gspiceui/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gspiceui
PORTVERSION= 1.0.00
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/gSpiceUI/${PORTNAME}-v${PORTVERSION}
DISTNAME= ${PORTNAME}-v${PORTVERSION}
@@ -25,10 +25,9 @@ NGSPICE_DESC= Depend on ngspice as a simulation backend
OPTIONS_DEFAULT= NGSPICE
-USE_WX= 2.6+
+USE_WX= 2.8+
WX_UNICODE= yes
-USE_GCC= yes
-USES= gmake
+USES= gmake compiler:c++11-lib
DESKTOP_ENTRIES= "GSpiceUI" "Circuit Simulator GUI" \
"${PREFIX}/share/pixmaps/gspiceui-48x48.xpm" \