diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-21 20:27:44 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-21 20:27:44 +0000 |
commit | 75cb9be1d0a4aa498e57000d6f643702309586ea (patch) | |
tree | b2c9aecc4b5877f0efb01a5493e90287b17ab57d /textproc/tclExpat/files | |
parent | Catch up to the new bsd.lib.mk API (the library is not internal). (diff) |
Catch up to the new bsd.lib.mk API.
Diffstat (limited to 'textproc/tclExpat/files')
-rw-r--r-- | textproc/tclExpat/files/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/tclExpat/files/Makefile b/textproc/tclExpat/files/Makefile index 14d2ccc80f79..f7f5c2c2f12c 100644 --- a/textproc/tclExpat/files/Makefile +++ b/textproc/tclExpat/files/Makefile @@ -3,10 +3,7 @@ # SRCS= tclexpat.c -LIB= tclexpat -SHLIB_MAJOR?= 1 -SHLIB_MINOR?= 1 -INTERNALLIB= static library is useless +SHLIB_NAME= libtclexpat.so.1 LIBDIR= ${LOCALBASE}/lib TCL_VERSION?= 8.3 |