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/wxgtk24 | |
parent | * Install more header files. (diff) |
INSTALLS_SHLIB -> USE_LDCONFIG.
Notes
Notes:
svn path=/head/; revision=171866
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 \ |