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/wxgtk24 | |
parent | db0cd25d6aa8b0d61ee2520a87ef4f4078fa6ce8 (diff) | |
download | freebsd-ports-gnome-5607002042883fcbae3c0f00c452b3d4b93a7943.tar.gz freebsd-ports-gnome-5607002042883fcbae3c0f00c452b3d4b93a7943.tar.zst freebsd-ports-gnome-5607002042883fcbae3c0f00c452b3d4b93a7943.zip |
INSTALLS_SHLIB -> USE_LDCONFIG.
Diffstat (limited to 'x11-toolkits/wxgtk24')
-rw-r--r-- | x11-toolkits/wxgtk24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile index c2db3baaa798..733f98fbe798 100644 --- a/x11-toolkits/wxgtk24/Makefile +++ b/x11-toolkits/wxgtk24/Makefile @@ -27,7 +27,7 @@ USE_GL= yes USE_GMAKE= yes USE_ICONV= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GNOME= gtk20 CONFIGURE_ARGS= --with-libpng=sys \ --with-libjpeg=sys \ |