diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/intltool/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxml2/Makefile | 2 | ||||
-rw-r--r-- | textproc/minidom/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Sablotron/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-sablot/Makefile | 2 | ||||
-rw-r--r-- | textproc/sablotron/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index d95730e603c4..c9e020c24c8b 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv USE_BZIP2= yes USE_GMAKE= yes diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 0132a1bd3e13..ee1d856c6dbe 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes diff --git a/textproc/minidom/Makefile b/textproc/minidom/Makefile index 69e1c04d7cca..10fe69f950d7 100644 --- a/textproc/minidom/Makefile +++ b/textproc/minidom/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.cs.unibo.it/helm/mml-widget/sources/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ - giconv:${PORTSDIR}/converters/libiconv + iconv.3:${PORTSDIR}/converters/libiconv USE_GLIB= yes USE_LIBTOOL= yes diff --git a/textproc/p5-XML-Sablotron/Makefile b/textproc/p5-XML-Sablotron/Makefile index 9f24fb18284d..a6b72b9c7745 100644 --- a/textproc/p5-XML-Sablotron/Makefile +++ b/textproc/p5-XML-Sablotron/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org LIB_DEPENDS= sablot.67:${PORTSDIR}/textproc/sablotron \ - iconv.2:${PORTSDIR}/converters/iconv + iconv.3:${PORTSDIR}/converters/libiconv PERL_CONFIGURE= yes CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib -lexpat -lsablot -liconv' \ diff --git a/textproc/ruby-sablot/Makefile b/textproc/ruby-sablot/Makefile index d8f47d54b275..ee7b18893c46 100644 --- a/textproc/ruby-sablot/Makefile +++ b/textproc/ruby-sablot/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org LIB_DEPENDS= sablot.67:${PORTSDIR}/textproc/sablotron \ - iconv.2:${PORTSDIR}/converters/iconv \ + iconv.3:${PORTSDIR}/converters/libiconv \ expat.2:${PORTSDIR}/textproc/expat2 USE_RUBY= yes diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 89678c3650eb..16b3908a4f21 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://download-2.gingerall.cz/download/sablot/ MAINTAINER= skv@FreeBSD.org -LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv \ +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ expat.2:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes |