diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-09-02 12:29:18 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-09-02 12:29:18 +0000 |
commit | 1bc8f2d66a3560a6bb3b54da0cd4fcf1993036c2 (patch) | |
tree | c45d9fbb9bf3083937702cfd9710946d8f2138e8 /x11-toolkits/wxgtk29 | |
parent | 15e0b7be9719f289b6ab3863633170e61d06e75c (diff) | |
download | ports-1bc8f2d66a3560a6bb3b54da0cd4fcf1993036c2.tar.gz ports-1bc8f2d66a3560a6bb3b54da0cd4fcf1993036c2.zip |
INSTALLS_SHLIB -> USE_LDCONFIG.
Notes
Notes:
svn path=/head/; revision=171866
Diffstat (limited to 'x11-toolkits/wxgtk29')
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index 6e6113b2acd4..5f168618aeef 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/Makefile @@ -62,7 +62,7 @@ RUN_DEPENDS= ${X11BASE}/include/wx-2.6/wx/wx.h:${PORTSDIR}/x11-toolkits/wxgtk26- NO_BUILD= yes INSTALL_TARGET= install-common .else -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .endif # *-common .if ${WXGTK_FLAVOR:M*-contrib*} != "" |