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 | |
parent | * Install more header files. (diff) |
INSTALLS_SHLIB -> USE_LDCONFIG.
Notes
Notes:
svn path=/head/; revision=171866
-rw-r--r-- | x11-toolkits/wxgtk24/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 2 |
4 files changed, 4 insertions, 4 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 \ diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index 6e6113b2acd4..5f168618aeef 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/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*} != "" diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index 6e6113b2acd4..5f168618aeef 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/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*} != "" 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*} != "" |