diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
commit | 835d6b8655813f2580f5db9fcbec03a34833ec92 (patch) | |
tree | 1dad4fa822830f51205ce8becf3ef756537f4a2b /lang/tcl83/Makefile | |
parent | 5cb14340042a107ee5ad92616d23d4d9551eb878 (diff) | |
download | ports-835d6b8655813f2580f5db9fcbec03a34833ec92.tar.gz ports-835d6b8655813f2580f5db9fcbec03a34833ec92.zip |
Notes
Diffstat (limited to 'lang/tcl83/Makefile')
-rw-r--r-- | lang/tcl83/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 82db66c4e1e1..c7418e50455d 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -22,6 +22,7 @@ Y2K= http://www.scriptics.com/Y2K.html PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} WRKSRC= ${WRKDIR}/${DISTNAME}/unix +INSTALL_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} @@ -420,7 +421,6 @@ MLINKS= Access.3 Tcl_Access.3 \ .include <bsd.port.pre.mk> post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if exists(${PKGINSTALL}) ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} .endif |