diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-12 10:07:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-12 10:07:45 +0000 |
commit | 2ab5932c78d644dae43947091848b7b9a5cb68a2 (patch) | |
tree | 98948d05296b20bd7180f01cd24fbda0f4586978 /editors | |
parent | 6323cc1c894a401b8785cee36edc93389560ea66 (diff) | |
download | ports-2ab5932c78d644dae43947091848b7b9a5cb68a2.tar.gz ports-2ab5932c78d644dae43947091848b7b9a5cb68a2.zip |
Reflect iconv library version bump.
Notes
Notes:
svn path=/head/; revision=32541
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 c7076856e8fb..c789d52ee3b2 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -14,7 +14,7 @@ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \ kdecore.4:${PORTSDIR}/x11/kdelibs2 \ - iconv.0:${PORTSDIR}/converters/iconv + iconv.1:${PORTSDIR}/converters/iconv MOC?= ${X11BASE}/bin/moc2 USE_BZIP2= yes diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index 0e87dcea7022..a90620370048 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= iconv.0:${PORTSDIR}/converters/iconv \ +LIB_DEPENDS= iconv.1:${PORTSDIR}/converters/iconv \ gnome.4:${PORTSDIR}/x11/gnomelibs WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile index c7076856e8fb..c789d52ee3b2 100644 --- a/editors/koffice-kde3/Makefile +++ b/editors/koffice-kde3/Makefile @@ -14,7 +14,7 @@ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \ kdecore.4:${PORTSDIR}/x11/kdelibs2 \ - iconv.0:${PORTSDIR}/converters/iconv + iconv.1:${PORTSDIR}/converters/iconv MOC?= ${X11BASE}/bin/moc2 USE_BZIP2= yes diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index c7076856e8fb..c789d52ee3b2 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/Makefile @@ -14,7 +14,7 @@ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \ kdecore.4:${PORTSDIR}/x11/kdelibs2 \ - iconv.0:${PORTSDIR}/converters/iconv + iconv.1:${PORTSDIR}/converters/iconv MOC?= ${X11BASE}/bin/moc2 USE_BZIP2= yes diff --git a/editors/koffice/Makefile b/editors/koffice/Makefile index c7076856e8fb..c789d52ee3b2 100644 --- a/editors/koffice/Makefile +++ b/editors/koffice/Makefile @@ -14,7 +14,7 @@ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \ kdecore.4:${PORTSDIR}/x11/kdelibs2 \ - iconv.0:${PORTSDIR}/converters/iconv + iconv.1:${PORTSDIR}/converters/iconv MOC?= ${X11BASE}/bin/moc2 USE_BZIP2= yes |