aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxmozilla
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-15 01:13:42 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-15 01:13:42 +0000
commit7fcd38cac3aea93a0acfa34eb9154866b67b0852 (patch)
treec7744bf36c82c1d4b3a6d5dfdb8cb8cad40644b3 /x11-toolkits/wxmozilla
parente2f1a391066e99c8f7f9e88ba89d0e35e2b8b6b0 (diff)
downloadports-7fcd38cac3aea93a0acfa34eb9154866b67b0852.tar.gz
ports-7fcd38cac3aea93a0acfa34eb9154866b67b0852.zip
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes: svn path=/head/; revision=170655
Diffstat (limited to 'x11-toolkits/wxmozilla')
-rw-r--r--x11-toolkits/wxmozilla/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxmozilla/Makefile b/x11-toolkits/wxmozilla/Makefile
index 696d14272cd5..70d318d9150c 100644
--- a/x11-toolkits/wxmozilla/Makefile
+++ b/x11-toolkits/wxmozilla/Makefile
@@ -26,7 +26,7 @@ USE_GECKO= mozilla
WXGTK_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --with-wx-config=${WXGTK_CONFIG} --enable-python
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"