diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-01-18 05:20:37 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-01-18 05:20:37 +0000 |
commit | 096841e236a221234d55eedf0a1dbf74b6de5a1e (patch) | |
tree | ba37167e08fd0063b8281228124f779cf050c3c4 /x11-fm/evidence | |
parent | d035bac20f7d3b0d2f47d2b807ab4ab29df2d3cf (diff) | |
download | ports-096841e236a221234d55eedf0a1dbf74b6de5a1e.tar.gz ports-096841e236a221234d55eedf0a1dbf74b6de5a1e.zip |
Notes
Diffstat (limited to 'x11-fm/evidence')
-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 |