diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-05 22:07:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-05 22:07:56 +0800 |
commit | f0bded82a18bfab995c33f2304addbf6ef20d80f (patch) | |
tree | 0248d66921faa2ec5ed4820db4744edca69a5f26 /cad/gspiceui/Makefile | |
parent | 014a3fa3ee5be399a90d5136aa9332e8ef862f05 (diff) | |
download | freebsd-ports-gnome-f0bded82a18bfab995c33f2304addbf6ef20d80f.tar.gz freebsd-ports-gnome-f0bded82a18bfab995c33f2304addbf6ef20d80f.tar.zst freebsd-ports-gnome-f0bded82a18bfab995c33f2304addbf6ef20d80f.zip |
Removed dependency on gwave
Bump portrevision
Diffstat (limited to 'cad/gspiceui/Makefile')
-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 ; \ |