diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-08 21:00:42 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-08 21:00:42 +0000 |
commit | 3dfccd5b796e698864ee9e8cf75bd4d064c728de (patch) | |
tree | f531e770c87949ad796f0c86d4ed9ea22540a64c /cad/tclspice | |
parent | 973210bbd8534ae17079167b6ef984dede999be5 (diff) | |
download | ports-3dfccd5b796e698864ee9e8cf75bd4d064c728de.tar.gz ports-3dfccd5b796e698864ee9e8cf75bd4d064c728de.zip |
Notes
Diffstat (limited to 'cad/tclspice')
-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" \ |