diff options
author | marcus <marcus@FreeBSD.org> | 2009-08-23 01:36:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-08-23 01:36:57 +0800 |
commit | 8983edd4762fb3c77e304d7c266e0b097525dd07 (patch) | |
tree | c1808f9d9dad8dc470e673ee54035d4440e945d9 /multimedia | |
parent | 3abe3244ade99a9913cc734c02df56b6de552f66 (diff) | |
download | freebsd-ports-gnome-8983edd4762fb3c77e304d7c266e0b097525dd07.tar.gz freebsd-ports-gnome-8983edd4762fb3c77e304d7c266e0b097525dd07.tar.zst freebsd-ports-gnome-8983edd4762fb3c77e304d7c266e0b097525dd07.zip |
Chase the fribidi shared lib bump.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdauthor/Makefile | 4 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index 21a512cd84dc..845397db7d82 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -7,7 +7,7 @@ PORTNAME= dvdauthor PORTVERSION= 0.6.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= SF @@ -42,7 +42,7 @@ WITH_IMAGEMAGICK= yes LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 .endif .if defined(WITH_FRIBIDI) -LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi +LIB_DEPENDS+= fribidi.3:${PORTSDIR}/converters/fribidi .endif .if defined(WITH_ICONV) USE_ICONV= yes diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index e89787c48ddc..9fb25f119e61 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \ @@ -323,7 +323,7 @@ CONFLGIRE_ARGS+=--disable-flac .endif .if (defined(WITH_FRIBIDI) || exists(${LOCALBASE}/bin/fribidi-config)) && !defined(WITHOUT_FRIBIDI) -LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi +LIB_DEPENDS+= fribidi.3:${PORTSDIR}/converters/fribidi CONFIGURE_ARGS+=--enable-fribidi .else CONFIGURE_ARGS+=--disable-fribidi |