diff options
author | rafan <rafan@FreeBSD.org> | 2006-07-09 05:00:42 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-07-09 05:00:42 +0800 |
commit | 6197dc1c16702c1eb97cd516de357eb07933080b (patch) | |
tree | ac2c2115000421183f1dda20da7bdcbec1187972 /cad | |
parent | fe5a11d40e27ed9e9058e38d0eeb0c94ad542248 (diff) | |
download | freebsd-ports-gnome-6197dc1c16702c1eb97cd516de357eb07933080b.tar.gz freebsd-ports-gnome-6197dc1c16702c1eb97cd516de357eb07933080b.tar.zst freebsd-ports-gnome-6197dc1c16702c1eb97cd516de357eb07933080b.zip |
- Fix typo
PR: 99941
Submitted by: Stanislav Sedov <ssedov mbsd.msk.ru> (maintainer)
Approved by: delphij (mentor, implicit)
Diffstat (limited to 'cad')
-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" \ |