diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2006-01-08 06:31:54 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2006-01-08 06:31:54 +0000 |
commit | fa127ded0ab42ad7be4ab4fdf1206054d6226548 (patch) | |
tree | 10ef02b12e9e074eafa58471370d4edc5e422fa1 /cad/sci-wcalc | |
parent | 5fbc3a14205e497ef2f5843d3fde734bebb26f7f (diff) | |
download | pkgsrc-fa127ded0ab42ad7be4ab4fdf1206054d6226548.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/sci-wcalc')
-rw-r--r-- | cad/sci-wcalc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/sci-wcalc/Makefile b/cad/sci-wcalc/Makefile index a6d152687ef..b6830b8cda2 100644 --- a/cad/sci-wcalc/Makefile +++ b/cad/sci-wcalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/12/05 23:55:02 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/08 06:31:54 dmcmahill Exp $ # .include "../../cad/wcalc/Makefile.common" @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --without-octave CONFIGURE_ARGS+= --with-scilab=${SCI:Q} PLIST_SUBST+= SCIVERSION=${SCIVERSION:Q} -MESSAGE_SUBST+= SCIVERSION=${SCIVERSION} +MESSAGE_SUBST+= SCIVERSION=${SCIVERSION:Q} .include "../../cad/libwcalc/buildlink3.mk" .include "../../math/scilab/buildlink3.mk" |