In preparation for making libtool generate libraries with a sane name, fix all

LIB_DEPENDS in converters
This commit is contained in:
Baptiste Daroussin 2013-12-11 15:15:48 +00:00
parent 22aa02fd75
commit 4bf1ce008b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336177
13 changed files with 18 additions and 18 deletions

View file

@ -10,7 +10,7 @@ MAINTAINER= never@nevermind.kiev.ua
COMMENT= A package for detecting encoding of text files
BUILD_DEPENDS= umap:${PORTSDIR}/converters/p5-Unicode-Map8
LIB_DEPENDS= recode:${PORTSDIR}/converters/recode
LIB_DEPENDS= librecode.so:${PORTSDIR}/converters/recode
RUN_DEPENDS= umap:${PORTSDIR}/converters/p5-Unicode-Map8
LICENSE= GPLv2

View file

@ -10,7 +10,7 @@ MASTER_SITES= SF/fix-mime-chr/${PORTNAME}/${PORTVERSION}
MAINTAINER= chip-set@mail.ru
COMMENT= Fix incorrect Content-Type MIME headers of e-mail messages
LIB_DEPENDS= enca.5:${PORTSDIR}/converters/enca
LIB_DEPENDS= libenca.so:${PORTSDIR}/converters/enca
PORTDOCS= README.koi8r README

View file

@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.whizkidtech.redprince.net/unix/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Tools for the conversion to and from UTF-8 Unicode encoding
LIB_DEPENDS= utf-8:${PORTSDIR}/converters/libutf-8
LIB_DEPENDS= libutf-8.so:${PORTSDIR}/converters/libutf-8
RUN_DEPENDS= tuc:${PORTSDIR}/converters/tuc
BINARIES= hutrans mbm ptrans uhtrans utrans

View file

@ -10,7 +10,7 @@ MASTER_SITES= http://www.w3.org/Tools/Ical2html/
MAINTAINER= keiichi@iijlab.net
COMMENT= Manipulation commands for iCalendar files
LIB_DEPENDS= ical:${PORTSDIR}/devel/libical
LIB_DEPENDS= libical.so:${PORTSDIR}/devel/libical
GNU_CONFIGURE= yes

View file

@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= bland
MAINTAINER= bland@FreeBSD.org
COMMENT= Additional charsets for the iconv library (those from the Unicode site)
LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv
LIB_DEPENDS= libbiconv.so:${PORTSDIR}/converters/iconv
USES= perl5

View file

@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= bland
MAINTAINER= bland@FreeBSD.org
COMMENT= Additional charset modules for the iconv library (from RFC1345)
LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv
LIB_DEPENDS= libbbiconv.so:${PORTSDIR}/converters/iconv
USES= perl5

View file

@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert between XML and WBXML using libwbxml2
LIB_DEPENDS= wbxml2:${PORTSDIR}/textproc/wbxml2
LIB_DEPENDS= libwbxml2.so:${PORTSDIR}/textproc/wbxml2
USES= perl5
USE_PERL5= configure

View file

@ -12,7 +12,7 @@ DIST_SUBDIR= PECL
MAINTAINER= ale@FreeBSD.org
COMMENT= A PECL extension for the Unicode Bidi algorithm
LIB_DEPENDS= fribidi.3:${PORTSDIR}/converters/fribidi
LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi
USES= pkgconfig
USE_PHP= yes

View file

@ -10,7 +10,7 @@ MASTER_SITES= SF/rusxmms/${PORTNAME}/${PORTVERSION}
MAINTAINER= admin@lissyara.su
COMMENT= Charset conversion utility with language and encoding autodetection
LIB_DEPENDS= rcc.2:${PORTSDIR}/devel/librcc
LIB_DEPENDS= librcc.so:${PORTSDIR}/devel/librcc
USE_BZIP2= yes
GNU_CONFIGURE= yes

View file

@ -10,7 +10,7 @@ MASTER_SITES= http://www.df.lth.se/~triad/krad/shftool/
MAINTAINER= ports@FreeBSD.org
COMMENT= Converter for the Standard Hex Format (SHF)
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
GNU_CONFIGURE= yes

View file

@ -11,7 +11,7 @@ COMMENT= A program for uu/xx/Base64/BinHex/yEnc de-/encoding
LICENSE= GPLv2
LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib
LIB_DEPENDS= libuu.so:${PORTSDIR}/converters/uulib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-tcl

View file

@ -13,8 +13,8 @@ DISTFILES= ${DISTNAME}.tar.bz2:wkhtmltopdf \
MAINTAINER= mm@FreeBSD.org
COMMENT= Convert HTML (or live webpages) to PDF or image files
LIB_DEPENDS+= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
freetype:${PORTSDIR}/print/freetype2
LIB_DEPENDS+= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libfreetype.so:${PORTSDIR}/print/freetype2
WRKSRC= ${WRKDIR}/${PORTNAME}-qt
INSTALL_WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
@ -67,10 +67,10 @@ BROKEN= Does not link on powerpc
.if ${PORT_OPTIONS:MBUNDLED_LIBS}
CONFIGURE_ARGS+= -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg
.else
LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png \
mng:${PORTSDIR}/graphics/libmng \
tiff:${PORTSDIR}/graphics/tiff
LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng15.so:${PORTSDIR}/graphics/png \
libmng.so:${PORTSDIR}/graphics/libmng \
libtiff.so:${PORTSDIR}/graphics/tiff
CONFIGURE_ARGS+= -system-libtiff -system-libpng -system-libmng \
-system-libjpeg
.endif

View file

@ -10,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= delphus@gmail.com
COMMENT= Unpack data in MS Outlook TNEF format
LIB_DEPENDS= ytnef.0:${PORTSDIR}/devel/libytnef
LIB_DEPENDS= libytnef.so:${PORTSDIR}/devel/libytnef
RUN_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools
USES= perl5