diff options
Diffstat (limited to 'lang/tcl81-thread/Makefile')
-rw-r--r-- | lang/tcl81-thread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl81-thread/Makefile b/lang/tcl81-thread/Makefile index a90c483c0820..2af6d51029ce 100644 --- a/lang/tcl81-thread/Makefile +++ b/lang/tcl81-thread/Makefile @@ -18,6 +18,7 @@ Y2K= http://www.scriptics.com/Y2K.html FILE_DEPENDS= ${PORTSDIR}/lang/tcl80 NO_LATEST_LINK= yes +INSTALL_SHLIBS= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-threads @@ -59,7 +60,6 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if exists(${PKGINSTALL}) ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} .endif |