diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-18 17:46:46 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-18 17:46:46 +0800 |
commit | 3e25dbe259cb0f30779998b972f9e8099da59361 (patch) | |
tree | 96ea67e3649df185a707ee6d3c5983bef61c2465 /databases | |
parent | bedce9492033fa6327a172ff7160c9a2bde1ad0e (diff) | |
download | freebsd-ports-graphics-3e25dbe259cb0f30779998b972f9e8099da59361.tar.gz freebsd-ports-graphics-3e25dbe259cb0f30779998b972f9e8099da59361.tar.zst freebsd-ports-graphics-3e25dbe259cb0f30779998b972f9e8099da59361.zip |
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/freetds-devel/Makefile | 2 | ||||
-rw-r--r-- | databases/freetds/Makefile | 2 | ||||
-rw-r--r-- | databases/grass-i18n/Makefile | 2 | ||||
-rw-r--r-- | databases/grass/Makefile | 2 | ||||
-rw-r--r-- | databases/sqlrelay/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index d783c712a58..b2cae4aab08 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile index d783c712a58..b2cae4aab08 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/databases/grass-i18n/Makefile b/databases/grass-i18n/Makefile index 63a3d905aad..e97e0945da5 100644 --- a/databases/grass-i18n/Makefile +++ b/databases/grass-i18n/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg \ gd.2:${PORTSDIR}/graphics/gd \ fftw.2:${PORTSDIR}/math/fftw \ - giconv.2:${PORTSDIR}/converters/libiconv \ + iconv.3:${PORTSDIR}/converters/libiconv \ freetype.9:${PORTSDIR}/print/freetype2 \ gdbm.2:${PORTSDIR}/databases/gdbm \ pq.2:${PORTSDIR}/databases/postgresql7 \ diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 63a3d905aad..e97e0945da5 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg \ gd.2:${PORTSDIR}/graphics/gd \ fftw.2:${PORTSDIR}/math/fftw \ - giconv.2:${PORTSDIR}/converters/libiconv \ + iconv.3:${PORTSDIR}/converters/libiconv \ freetype.9:${PORTSDIR}/print/freetype2 \ gdbm.2:${PORTSDIR}/databases/gdbm \ pq.2:${PORTSDIR}/databases/postgresql7 \ diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 59e0204679e..8f5f79c9ba3 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -14,7 +14,7 @@ MAINTAINER= knu@FreeBSD.org LIB_DEPENDS= rudiments.0:${PORTSDIR}/devel/rudiments \ xml2.5:${PORTSDIR}/textproc/libxml2 \ - giconv.2:${PORTSDIR}/converters/libiconv + iconv.3:${PORTSDIR}/converters/libiconv USE_GMAKE= yes GNU_CONFIGURE= yes |