diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-15 00:56:24 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-15 00:56:24 +0000 |
commit | 51d26e0da39f42ca64d24ee47bbc95dd85b86465 (patch) | |
tree | 8e2075edd2fc103eee90cbf4de38f622070051f0 /net-im | |
parent | 75455100c07ad234f615ac4a2ba590ee13694198 (diff) | |
download | FreeBSD-ports-51d26e0da39f42ca64d24ee47bbc95dd85b86465.zip FreeBSD-ports-51d26e0da39f42ca64d24ee47bbc95dd85b86465.tar.gz |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/aim/Makefile | 2 | ||||
-rw-r--r-- | net-im/firetalk/Makefile | 2 | ||||
-rw-r--r-- | net-im/gtkyahoo/Makefile | 2 | ||||
-rw-r--r-- | net-im/icqlib/Makefile | 2 | ||||
-rw-r--r-- | net-im/libicq/Makefile | 2 | ||||
-rw-r--r-- | net-im/libicq2000/Makefile | 2 | ||||
-rw-r--r-- | net-im/libmsn/Makefile | 2 | ||||
-rw-r--r-- | net-im/libyahoo2/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/net-im/aim/Makefile b/net-im/aim/Makefile index 996cd4b..2f61624 100644 --- a/net-im/aim/Makefile +++ b/net-im/aim/Makefile @@ -23,7 +23,7 @@ USE_LINUX= yes USE_X_PREFIX= yes NO_WRKSUBDIR= yes NO_BUILD= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_LINUX_PREFIX= yes PLIST_SUB= LINUXBASE=${LINUXBASE} diff --git a/net-im/firetalk/Makefile b/net-im/firetalk/Makefile index e37f025..2d5e9c4 100644 --- a/net-im/firetalk/Makefile +++ b/net-im/firetalk/Makefile @@ -16,7 +16,7 @@ COMMENT= A multi-protocol chat/instant messaging library WRKSRC= ${WRKDIR}/${PORTNAME} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes FTHEADERS= firetalk-int.h icqv5.h toc.h firetalk.h irc.h diff --git a/net-im/gtkyahoo/Makefile b/net-im/gtkyahoo/Makefile index 2edf7a7..8a42c78 100644 --- a/net-im/gtkyahoo/Makefile +++ b/net-im/gtkyahoo/Makefile @@ -19,7 +19,7 @@ USE_X_PREFIX= yes USE_GNOME= gtk12 USE_BISON= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 .include <bsd.port.pre.mk> diff --git a/net-im/icqlib/Makefile b/net-im/icqlib/Makefile index 2f52e8c..f1121ca 100644 --- a/net-im/icqlib/Makefile +++ b/net-im/icqlib/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A library required by kicq (not libicq) -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net-im/libicq/Makefile b/net-im/libicq/Makefile index 0ae18d4..19500c0 100644 --- a/net-im/libicq/Makefile +++ b/net-im/libicq/Makefile @@ -18,7 +18,7 @@ COMMENT= Library to add ICQ communication support to your software USE_GNOME= glib12 USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ diff --git a/net-im/libicq2000/Makefile b/net-im/libicq2000/Makefile index 23fd32c..bba48f5 100644 --- a/net-im/libicq2000/Makefile +++ b/net-im/libicq2000/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-static -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= libicq2000-config.1 diff --git a/net-im/libmsn/Makefile b/net-im/libmsn/Makefile index d0577c3..17b86cf0 100644 --- a/net-im/libmsn/Makefile +++ b/net-im/libmsn/Makefile @@ -20,7 +20,7 @@ COMMENT= A library for connecting to MSN Messenger service LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile index 422743a..ae0f1f2 100644 --- a/net-im/libyahoo2/Makefile +++ b/net-im/libyahoo2/Makefile @@ -19,7 +19,7 @@ COMMENT= A C library that handles the new Yahoo! Messenger protocol USE_BZIP2= yes USE_GNOME= glib20 gnomehack gnometarget GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure |