diff options
Diffstat (limited to 'cad/tclspice/Makefile')
-rw-r--r-- | cad/tclspice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/tclspice/Makefile b/cad/tclspice/Makefile index d9f9f543e905..32f0107a2a7e 100644 --- a/cad/tclspice/Makefile +++ b/cad/tclspice/Makefile @@ -29,7 +29,7 @@ INSTALLS_SHLIB= yes SUB_FILES= pkg-message OPTIONS= EXPERIMENTAL "Enable experimental features" on \ - EXAMPLES "Install sample scrips" on + EXAMPLES "Install sample scripts" on CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include ${CFLAGS} -fPIC" \ |