diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
commit | 1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97 (patch) | |
tree | 793d58c7df7e7a6a8851050e7e17a32a176a9a93 /x11-toolkits/tk80/Makefile | |
parent | cefa94ae8b4b952fa2ed775be89954f487d66f73 (diff) | |
download | ports-1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97.tar.gz ports-1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97.zip |
Notes
Diffstat (limited to 'x11-toolkits/tk80/Makefile')
-rw-r--r-- | x11-toolkits/tk80/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/tk80/Makefile b/x11-toolkits/tk80/Makefile index acdddfeecac3..751aaac27c49 100644 --- a/x11-toolkits/tk80/Makefile +++ b/x11-toolkits/tk80/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 NO_LATEST_LINK= yes USE_XLIB= yes +INSTALL_SHLIBS= yes WRKSRC= ${WRKDIR}/tk8.0.5/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared @@ -51,7 +52,6 @@ pre-build: post-install: ${LN} -sf ${TK_LIB_FILE} ${PREFIX}/lib/${TK_LIB} - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if exists(${PKGINSTALL}) ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} .endif |