summaryrefslogtreecommitdiff
path: root/devel/gnome-vfs1
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 09:46:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 09:46:46 +0000
commit8493a5819b74095ca9e0b9f0cf8e77fedad823e1 (patch)
tree19832c4fa0699d64a8eaf478f63987c7ab06da65 /devel/gnome-vfs1
parentIconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries and (diff)
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
Notes
Notes: svn path=/head/; revision=56287
Diffstat (limited to 'devel/gnome-vfs1')
-rw-r--r--devel/gnome-vfs1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile
index 1894732622ff..2cfcee55e1b6 100644
--- a/devel/gnome-vfs1/Makefile
+++ b/devel/gnome-vfs1/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext \
${X11BASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc:${PORTSDIR}/misc/gnomemimedata
LIB_DEPENDS= gconf-1.1:${PORTSDIR}/devel/gconf \
- giconv.2:${PORTSDIR}/converters/libiconv
+ iconv.3:${PORTSDIR}/converters/libiconv
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif