diff options
-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%% |