diff options
author | mezz <mezz@FreeBSD.org> | 2006-11-05 10:46:18 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-11-05 10:46:18 +0800 |
commit | 924bac5c651c4730238d1f67903ad291fce335d3 (patch) | |
tree | 2f1413a703074e492c13e37709545074df39c0d9 | |
parent | c72ae30c3215eb9291f4bb7a29dc8cbc3cbd708a (diff) | |
download | freebsd-ports-gnome-924bac5c651c4730238d1f67903ad291fce335d3.tar.gz freebsd-ports-gnome-924bac5c651c4730238d1f67903ad291fce335d3.tar.zst freebsd-ports-gnome-924bac5c651c4730238d1f67903ad291fce335d3.zip |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
-rw-r--r-- | audio/esound/Makefile | 2 | ||||
-rw-r--r-- | audio/libaudiofile/Makefile | 2 | ||||
-rw-r--r-- | audio/polypaudio/Makefile | 2 | ||||
-rw-r--r-- | converters/fribidi/Makefile | 2 | ||||
-rw-r--r-- | converters/libiconv/Makefile | 2 | ||||
-rw-r--r-- | converters/psiconv/Makefile | 2 | ||||
-rw-r--r-- | deskutils/glabels/Makefile | 2 | ||||
-rw-r--r-- | deskutils/planner/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 9f9a5fb177b5..c7c6d32740a6 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile USE_BZIP2= yes USE_GNOME= gnometarget gnomehack -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= JW=false USE_GETOPT_LONG=yes diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 747d7c46890c..dc1051adcec3 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A sound library for SGI audio file USE_GNOME= gnomehack gnometarget pkgconfig -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFLICTS= osalp-0.7.* diff --git a/audio/polypaudio/Makefile b/audio/polypaudio/Makefile index 5b7195dbb985..e6d4c4a4ddc3 100644 --- a/audio/polypaudio/Makefile +++ b/audio/polypaudio/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate USE_GNOME= gnometarget gnomehack glib20 WANT_GNOME= yes USE_XLIB= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libltdl:15 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile index 0cc7f6f316ec..19d971af6fa2 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -16,6 +16,6 @@ COMMENT= A Free Implementation of the Unicode Bidirectional Algorithm GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 3dceedcf0789..b4f53781cc3a 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -20,7 +20,7 @@ USE_GNOME= gnometarget LIBTOOLFILES= configure libcharset/configure CONFIGURE_ARGS= --enable-static \ --without-libintl-prefix -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= iconv.1 MAN3= iconv.3 iconv_open.3 iconv_close.3 diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index 3deb7130dd5c..683c63070b0c 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -15,7 +15,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A conversion utility to convert Psion 5(MX) files into other formats USE_GETOPT_LONG=yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-imagemagick=no diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index df1034361fb2..d734d7f1b8fe 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile index 52e8061b67c3..46756d820e08 100644 --- a/deskutils/planner/Makefile +++ b/deskutils/planner/Makefile @@ -26,7 +26,7 @@ WANT_GNOME= yes USE_GETTEXT= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static \ --disable-python \ |