diff options
author | fjoe <fjoe@FreeBSD.org> | 2006-09-02 20:29:18 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2006-09-02 20:29:18 +0800 |
commit | 5607002042883fcbae3c0f00c452b3d4b93a7943 (patch) | |
tree | e2e68de57241080ec7d7558216bb9ac53a2a6713 /x11-toolkits/wxgtk29 | |
parent | db0cd25d6aa8b0d61ee2520a87ef4f4078fa6ce8 (diff) | |
download | freebsd-ports-graphics-5607002042883fcbae3c0f00c452b3d4b93a7943.tar.gz freebsd-ports-graphics-5607002042883fcbae3c0f00c452b3d4b93a7943.tar.zst freebsd-ports-graphics-5607002042883fcbae3c0f00c452b3d4b93a7943.zip |
INSTALLS_SHLIB -> USE_LDCONFIG.
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 6e6113b2acd..5f168618aee 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*} != "" |