diff options
author | mezz <mezz@FreeBSD.org> | 2006-11-05 11:45:05 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-11-05 11:45:05 +0800 |
commit | a32d4ff8b017e57d86d1a073c9aada7614a5c241 (patch) | |
tree | fddccf2698dcc30fc08dc0e9164b51c357fd3220 /net-im/loudmouth | |
parent | 8e570bffc87c6262d9d3973549ea6fe7f7c7288b (diff) | |
download | freebsd-ports-gnome-a32d4ff8b017e57d86d1a073c9aada7614a5c241.tar.gz freebsd-ports-gnome-a32d4ff8b017e57d86d1a073c9aada7614a5c241.tar.zst freebsd-ports-gnome-a32d4ff8b017e57d86d1a073c9aada7614a5c241.zip |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
Diffstat (limited to 'net-im/loudmouth')
-rw-r--r-- | net-im/loudmouth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 165c6a3dba37..3c91b4f73493 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -17,7 +17,7 @@ COMMENT= Lightweight Jabber client library USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GNOME= gnomehack glib20 CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |