diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 11:43:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 11:43:08 +0000 |
commit | 83f5d6ccf092f12a044d55eaa8c1b598c6dfc414 (patch) | |
tree | 1d56826bccef52538a7f6c568c6ec1a72200bb93 /cad | |
parent | 65ffcebfe3f72ae6656272ec93592025aadc8792 (diff) | |
download | ports-83f5d6ccf092f12a044d55eaa8c1b598c6dfc414.tar.gz ports-83f5d6ccf092f12a044d55eaa8c1b598c6dfc414.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gspiceui/Makefile | 7 |
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" \ |