diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-05 14:07:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-05 14:07:56 +0000 |
commit | 5e26b09ed7d8709ed9df67109cbb5909df973a82 (patch) | |
tree | 0248d66921faa2ec5ed4820db4744edca69a5f26 /cad/gspiceui | |
parent | c609e39f7623f2c58d8114aec9ed77ac29d99659 (diff) | |
download | ports-5e26b09ed7d8709ed9df67109cbb5909df973a82.tar.gz ports-5e26b09ed7d8709ed9df67109cbb5909df973a82.zip |
Notes
Diffstat (limited to 'cad/gspiceui')
-rw-r--r-- | cad/gspiceui/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/cad/gspiceui/Makefile b/cad/gspiceui/Makefile index 63c9b7b307eb..659cec26ec93 100644 --- a/cad/gspiceui/Makefile +++ b/cad/gspiceui/Makefile @@ -3,7 +3,7 @@ PORTNAME= gspiceui PORTVERSION= 1.0.00 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/gSpiceUI/${PORTNAME}-v${PORTVERSION} DISTNAME= ${PORTNAME}-v${PORTVERSION} @@ -16,16 +16,14 @@ LICENSE= GPLv2 RUN_DEPENDS= # none if no options are set OPTIONS_DEFINE= DOCS EXAMPLES -OPTIONS_GROUP= BACKEND VIEWER +OPTIONS_GROUP= BACKEND OPTIONS_GROUP_BACKEND= GNUCAP NGSPICE -OPTIONS_GROUP_VIEWER= GWAVE GNUCAP_DESC= Depend on gnucap as a simulation backend NGSPICE_DESC= Depend on ngspice as a simulation backend -GWAVE_DESC= Depend on gwave waveform viewer -OPTIONS_DEFAULT= NGSPICE GWAVE +OPTIONS_DEFAULT= NGSPICE USE_WX= 2.6+ WX_UNICODE= yes @@ -52,10 +50,6 @@ RUN_DEPENDS+= gnucap:${PORTSDIR}/cad/gnucap RUN_DEPENDS+= ngspice:${PORTSDIR}/cad/ngspice_rework .endif -.if ${PORT_OPTIONS:MGWAVE} -RUN_DEPENDS+= gwave:${PORTSDIR}/cad/gwave -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|:= -Ofast -pipe|+= -I.|g ; \ |