diff options
Diffstat (limited to 'lang/tcl82/Makefile')
-rw-r--r-- | lang/tcl82/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index 4e9cfde..8fc1e6a 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -16,6 +16,7 @@ MAINTAINER= jseger@FreeBSD.org Y2K= http://www.scriptics.com/Y2K.html WRKSRC= ${WRKDIR}/${DISTNAME}/unix +INSTALL_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} @@ -371,7 +372,6 @@ post-extract: ${MV} ${WRKDIR}/${DISTNAME}/doc/InitStubs.3 \ ${WRKDIR}/${DISTNAME}/doc/Tcl_InitStubs.3 post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if exists(${PKGINSTALL}) ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} .endif |