diff options
author | dmcmahill <dmcmahill> | 2006-01-08 06:31:54 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2006-01-08 06:31:54 +0000 |
commit | 99c41587a0f9b989590485b372c41e064b2914d8 (patch) | |
tree | 10ef02b12e9e074eafa58471370d4edc5e422fa1 /cad/stdio-wcalc | |
parent | 8f85798cf54d7fd0af2d2313d2d6143e04e80c71 (diff) | |
download | pkgsrc-99c41587a0f9b989590485b372c41e064b2914d8.tar.gz |
update to wcalc-1.0.
- fixes a bug in the cgi frontend for coupled microstrip which caused
lots of bad warning messages.
- replaces the alert dialog box with a log window which prevents multiple
alert windows from appearing.
Diffstat (limited to 'cad/stdio-wcalc')
-rw-r--r-- | cad/stdio-wcalc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/stdio-wcalc/Makefile b/cad/stdio-wcalc/Makefile index a29d498905f..4ae3df7f45c 100644 --- a/cad/stdio-wcalc/Makefile +++ b/cad/stdio-wcalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/11/01 12:08:10 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/08 06:31:54 dmcmahill Exp $ # .include "../../cad/wcalc/Makefile.common" @@ -6,7 +6,7 @@ PKGNAME= stdio-${DISTNAME} COMMENT= Stdio Based Transmission Line Analysis/Synthesis Calculator -# Only enable the scilab frontend +# Only enable the stdio frontend CONFIGURE_ARGS+= --disable-cgi CONFIGURE_ARGS+= --disable-gtk1 CONFIGURE_ARGS+= --disable-gtk2 |