diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-01-18 13:20:37 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-01-18 13:20:37 +0800 |
commit | ac8a6f94afe302c8fc8c2cf5b55cfad3df969b1b (patch) | |
tree | 3879510d4e8614dac57cbb00920f8eedc6503e29 /x11-fm | |
parent | 4bcb9fc667857cf11a3143bb867122178e3a8e22 (diff) | |
download | freebsd-ports-gnome-ac8a6f94afe302c8fc8c2cf5b55cfad3df969b1b.tar.gz freebsd-ports-gnome-ac8a6f94afe302c8fc8c2cf5b55cfad3df969b1b.tar.zst freebsd-ports-gnome-ac8a6f94afe302c8fc8c2cf5b55cfad3df969b1b.zip |
Fix libxine and libextractor dependencies.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/evidence/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/evidence/Makefile b/x11-fm/evidence/Makefile index 097f37022c01..f30c90676c4f 100644 --- a/x11-fm/evidence/Makefile +++ b/x11-fm/evidence/Makefile @@ -72,7 +72,7 @@ CONFIGURE_ARGS+=--disable-ecore CONFIGURE_ARGS+=--disable-plugin-extractor PLIST_SUB+= EXTRACTOR:="@comment " .else -LIB_DEPENDS+= extractor.1:${PORTSDIR}/textproc/libextractor +LIB_DEPENDS+= extractor.2:${PORTSDIR}/textproc/libextractor CONFIGURE_ARGS+=--enable-plugin-extractor PLIST_SUB+= EXTRACTOR:="" .endif @@ -99,7 +99,7 @@ PLIST_SUB+= VORBIS:="" CONFIGURE_ARGS+=--disable-thumbnailer-xine PLIST_SUB+= XINE:="@comment " .else -LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+=--enable-thumbnailer-xine PLIST_SUB+= XINE:="" .endif |