From f0bded82a18bfab995c33f2304addbf6ef20d80f Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 5 Oct 2013 14:07:56 +0000 Subject: Removed dependency on gwave Bump portrevision --- cad/gspiceui/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'cad') 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 ; \ -- cgit