diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-06-21 18:34:49 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-06-21 18:34:49 +0000 |
commit | 5fce9560ba12c0a3d15a2700844e8581528e5b87 (patch) | |
tree | f27708c06335b93c71691f918621c0d02759fda0 /devel/tcl-memchan | |
parent | 1dadad75fc57d98a289e22760f9ad59d65542935 (diff) | |
download | ports-5fce9560ba12c0a3d15a2700844e8581528e5b87.tar.gz ports-5fce9560ba12c0a3d15a2700844e8581528e5b87.zip |
Reverse my last change for the time being. Contrary to my belief,
it did not fix -current, but, indeed broke -stable :-\
Notes
Notes:
svn path=/head/; revision=61696
Diffstat (limited to 'devel/tcl-memchan')
-rw-r--r-- | devel/tcl-memchan/files/Makefile.bsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/tcl-memchan/files/Makefile.bsd b/devel/tcl-memchan/files/Makefile.bsd index c364e2b7260c..e5435a0ca9c4 100644 --- a/devel/tcl-memchan/files/Makefile.bsd +++ b/devel/tcl-memchan/files/Makefile.bsd @@ -17,6 +17,7 @@ CFLAGS+= -I${LOCALBASE}/include/tcl${TCL_VER} \ LDADD= -L${LOCALBASE}/lib -ltcl${TCL_VER:S/.//} +INTERNALLIB = don't build the useless static version NOPROFILE = don't care for profiling all: ${SHLIB_NAME} pkgIndex.tcl test |