diff options
author | pav <pav@FreeBSD.org> | 2009-03-26 22:50:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-03-26 22:50:55 +0800 |
commit | 7b002d636b5d573091a2dab44a967d04c01eca4d (patch) | |
tree | fc7b53091e7036d6ab4af8b9094c15f037e01843 /chinese/tk83 | |
parent | 7c869aa6042a71f25b1ebac6f4028735feeda5a3 (diff) | |
download | freebsd-ports-gnome-7b002d636b5d573091a2dab44a967d04c01eca4d.tar.gz freebsd-ports-gnome-7b002d636b5d573091a2dab44a967d04c01eca4d.tar.zst freebsd-ports-gnome-7b002d636b5d573091a2dab44a967d04c01eca4d.zip |
- Replace INSTALLS_SHLIB with USE_LDCONFIG
Diffstat (limited to 'chinese/tk83')
-rw-r--r-- | chinese/tk83/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/tk83/Makefile b/chinese/tk83/Makefile index c321b46f1f47..21aa907133f8 100644 --- a/chinese/tk83/Makefile +++ b/chinese/tk83/Makefile @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk83.so.1 CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.3 \ --enable-i18nImprove -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAKE_ENV= SHORT_TK_VER=83 PKGINSTALL= ${PKGDIR}/INSTALL.wish |