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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/djvulibre/Makefile | 2 | ||||
-rw-r--r-- | graphics/gphoto2/Makefile | 2 | ||||
-rw-r--r-- | graphics/graphviz/Makefile | 2 | ||||
-rw-r--r-- | graphics/mplayer/Makefile | 2 | ||||
-rw-r--r-- | graphics/ogle-gui/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index 3968b22a384..469fd198d58 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= djvu MAINTAINER= mi@aldan.algebra.com LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - giconv.2:${PORTSDIR}/converters/libiconv + iconv.3:${PORTSDIR}/converters/libiconv .ifndef WITHOUT_X11 USE_QT_VER= 2 #LIB_DEPENDS+= qt2:${PORTSDIR}/x11-toolkits/qt23 diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 8a8cb1e74ee..ec347e50c83 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.gphoto.net/dist/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv \ +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ intl.1:${PORTSDIR}/devel/gettext-old \ usb-0.1.5:${PORTSDIR}/devel/libusb \ aa.1:${PORTSDIR}/graphics/aalib \ diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 1f9c48aed6c..cbbb05d8b44 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -42,7 +42,7 @@ PORTDOCS= dotguide.pdf dottyguide.pdf gd.html leftyguide.pdf \ .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/include/iconv.h) || defined(WITH_ICONV) -LIB_DEPENDS+= iconv.2:${PORTSDIR}/converters/iconv +LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv CONFIGURE_ENV+= LIBS="-liconv" .endif diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index fa5cee020e5..1432d4ea0c3 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -21,7 +21,7 @@ DISTNAME= MPlayer-0.60 MAINTAINER= riggs@rrr.de LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - giconv.2:${PORTSDIR}/converters/libiconv \ + iconv.3:${PORTSDIR}/converters/libiconv \ SDL-1.1.3:${PORTSDIR}/devel/sdl12 RUN_DEPENDS= ${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/graphics/mplayer-fonts diff --git a/graphics/ogle-gui/Makefile b/graphics/ogle-gui/Makefile index 5db265eb686..94b3ccfe27f 100644 --- a/graphics/ogle-gui/Makefile +++ b/graphics/ogle-gui/Makefile @@ -17,7 +17,7 @@ MAINTAINER= lioux@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.5:${PORTSDIR}/graphics/ogle LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \ - giconv.2:${PORTSDIR}/converters/libiconv \ + iconv.3:${PORTSDIR}/converters/libiconv \ glade.4:${PORTSDIR}/devel/libglade \ xml2.5:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= ogle:${PORTSDIR}/graphics/ogle |