diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 09:46:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 09:46:46 +0000 |
commit | 8493a5819b74095ca9e0b9f0cf8e77fedad823e1 (patch) | |
tree | 19832c4fa0699d64a8eaf478f63987c7ab06da65 /graphics | |
parent | 0b31d075bc0e27d93cf260d6dda0f3fbe47654e6 (diff) |
Notes
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 3968b22a3842..469fd198d58d 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 8a8cb1e74eee..ec347e50c836 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 1f9c48aed6c8..cbbb05d8b446 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 fa5cee020e5f..1432d4ea0c34 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 5db265eb6860..94b3ccfe27fb 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 |