diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-15 08:56:24 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-15 08:56:24 +0800 |
commit | 51d26e0da39f42ca64d24ee47bbc95dd85b86465 (patch) | |
tree | 8e2075edd2fc103eee90cbf4de38f622070051f0 /net-im/libicq | |
parent | 75455100c07ad234f615ac4a2ba590ee13694198 (diff) | |
download | freebsd-ports-gnome-51d26e0da39f42ca64d24ee47bbc95dd85b86465.tar.gz freebsd-ports-gnome-51d26e0da39f42ca64d24ee47bbc95dd85b86465.tar.zst freebsd-ports-gnome-51d26e0da39f42ca64d24ee47bbc95dd85b86465.zip |
- 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/libicq')
-rw-r--r-- | net-im/libicq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/libicq/Makefile b/net-im/libicq/Makefile index 0ae18d4de226..19500c0889e2 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|' \ |