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 /devel/gnome-vfs1 | |
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 'devel/gnome-vfs1')
-rw-r--r-- | devel/gnome-vfs1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile index 41d4220550be..f775cdde5a0b 100644 --- a/devel/gnome-vfs1/Makefile +++ b/devel/gnome-vfs1/Makefile @@ -25,7 +25,7 @@ USE_GNOME= gnomehack gnomeprefix glib12 libxml gtk12 orbit gconf \ gnomemimedata gnomelibs USE_GETTEXT= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ BSD_PTHREAD_LIBS=${PTHREAD_LIBS} |