diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 00:29:13 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 00:29:13 +0000 |
commit | e8390e6e3c7cf23c6546db19b823f8b4fc9763b2 (patch) | |
tree | 0f9d2255cdc2514c08af673efe768018c7601866 /lang/itcl | |
parent | 653d6eb934c51460f3a70b764c488261192385cc (diff) | |
download | ports-e8390e6e3c7cf23c6546db19b823f8b4fc9763b2.tar.gz ports-e8390e6e3c7cf23c6546db19b823f8b4fc9763b2.zip |
Notes
Diffstat (limited to 'lang/itcl')
-rw-r--r-- | lang/itcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index e6aa298159a5..5e5a7f141096 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -18,7 +18,7 @@ COMMENT= [incr Tcl] (A.K.A. "itcl") LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PKGINSTALL= ${PORTSDIR}/lang/tcl84/pkg-install.tclsh PKGDEINSTALL= ${PORTSDIR}/lang/tcl84/pkg-deinstall.tclsh MAKE_ENV+= ${PLIST_SUB} \ |