diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 02:46:18 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 02:46:18 +0000 |
commit | 2d96507252b5cf909e7214ef8502ad81d2c8e553 (patch) | |
tree | ddd9465b0c1a0b8f3d3e0e10f4d8a2ebeb90274a /converters | |
parent | Add USE_LDCONFIG, bump the PORTREVISION. (diff) |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
Notes
Notes:
svn path=/head/; revision=176397
Diffstat (limited to 'converters')
-rw-r--r-- | converters/fribidi/Makefile | 2 | ||||
-rw-r--r-- | converters/libiconv/Makefile | 2 | ||||
-rw-r--r-- | converters/psiconv/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
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 |