diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-29 19:46:42 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-29 19:46:42 +0800 |
commit | 58ec9317a6faf1ee4e4ea45c51279923b3c023e9 (patch) | |
tree | 7c8f4cc253dee4acda58b15ef25a016c7b5509ed /editors | |
parent | 2b8488895de4a50f18123e183f0f81ece2b92562 (diff) | |
download | freebsd-ports-gnome-58ec9317a6faf1ee4e4ea45c51279923b3c023e9.tar.gz freebsd-ports-gnome-58ec9317a6faf1ee4e4ea45c51279923b3c023e9.tar.zst freebsd-ports-gnome-58ec9317a6faf1ee4e4ea45c51279923b3c023e9.zip |
Update iconv to 2.0 and reflect shared library version bump.
PR: 23163, 23164, 23165
Submitted by: maintainer
Diffstat (limited to 'editors')
-rw-r--r-- | editors/calligra/Makefile | 2 | ||||
-rw-r--r-- | editors/dedit/Makefile | 2 | ||||
-rw-r--r-- | editors/koffice-kde3/Makefile | 2 | ||||
-rw-r--r-- | editors/koffice-kde4/Makefile | 2 | ||||
-rw-r--r-- | editors/koffice/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 04e04c1675e1..c67e0934cd1a 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src MAINTAINER= kevlo@FreeBSD.org LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \ - iconv.1:${PORTSDIR}/converters/iconv + iconv.2:${PORTSDIR}/converters/iconv USE_QT2= yes MOC?= ${X11BASE}/bin/moc2 diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index 840fa3840bb9..cb93b6a5a290 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= iconv.1:${PORTSDIR}/converters/iconv +LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile index 04e04c1675e1..c67e0934cd1a 100644 --- a/editors/koffice-kde3/Makefile +++ b/editors/koffice-kde3/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src MAINTAINER= kevlo@FreeBSD.org LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \ - iconv.1:${PORTSDIR}/converters/iconv + iconv.2:${PORTSDIR}/converters/iconv USE_QT2= yes MOC?= ${X11BASE}/bin/moc2 diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 04e04c1675e1..c67e0934cd1a 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src MAINTAINER= kevlo@FreeBSD.org LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \ - iconv.1:${PORTSDIR}/converters/iconv + iconv.2:${PORTSDIR}/converters/iconv USE_QT2= yes MOC?= ${X11BASE}/bin/moc2 diff --git a/editors/koffice/Makefile b/editors/koffice/Makefile index 04e04c1675e1..c67e0934cd1a 100644 --- a/editors/koffice/Makefile +++ b/editors/koffice/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src MAINTAINER= kevlo@FreeBSD.org LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \ - iconv.1:${PORTSDIR}/converters/iconv + iconv.2:${PORTSDIR}/converters/iconv USE_QT2= yes MOC?= ${X11BASE}/bin/moc2 |