diff options
author | pav <pav@FreeBSD.org> | 2007-01-28 08:36:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-28 08:36:35 +0800 |
commit | 537d76f38077c4f2be4e561b82ddaf167e751df0 (patch) | |
tree | 7148d0f9ea49498f8a77d15532410e4ed1823987 /textproc | |
parent | 08dd0b2bec6069e6d0d686fcb15163d3d5f33a5f (diff) | |
download | freebsd-ports-gnome-537d76f38077c4f2be4e561b82ddaf167e751df0.tar.gz freebsd-ports-gnome-537d76f38077c4f2be4e561b82ddaf167e751df0.tar.zst freebsd-ports-gnome-537d76f38077c4f2be4e561b82ddaf167e751df0.zip |
- Prepare for removal of shlib filtering
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tclExpat/Makefile | 2 | ||||
-rw-r--r-- | textproc/tclExpat/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/tclExpat/Makefile b/textproc/tclExpat/Makefile index 1a1edc8881f4..4b5261cadcd0 100644 --- a/textproc/tclExpat/Makefile +++ b/textproc/tclExpat/Makefile @@ -17,7 +17,7 @@ COMMENT= The TCL interface to Expat library LIB_DEPENDS= tcl${TCL_DVER}:${PORTSDIR}/lang/tcl${TCL_DVER} \ expat:${PORTSDIR}/textproc/expat2 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes TCL_VERSION?= 8.4 TCL_DVER= ${TCL_VERSION:S/.//} diff --git a/textproc/tclExpat/pkg-plist b/textproc/tclExpat/pkg-plist index 638a1bd2df6d..c388166b1d75 100644 --- a/textproc/tclExpat/pkg-plist +++ b/textproc/tclExpat/pkg-plist @@ -1,6 +1,6 @@ lib/tcl%%TCL_VERSION%%/TclExpat/pkgIndex.tcl @dirrm lib/tcl%%TCL_VERSION%%/TclExpat -lib/libtclexpat.so.1.1 +lib/libtclexpat.so.1 lib/libtclexpat.so %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%% |