aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2006-01-18 05:20:37 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2006-01-18 05:20:37 +0000
commit096841e236a221234d55eedf0a1dbf74b6de5a1e (patch)
treeba37167e08fd0063b8281228124f779cf050c3c4 /x11-fm
parentd035bac20f7d3b0d2f47d2b807ab4ab29df2d3cf (diff)
downloadports-096841e236a221234d55eedf0a1dbf74b6de5a1e.tar.gz
ports-096841e236a221234d55eedf0a1dbf74b6de5a1e.zip
Fix libxine and libextractor dependencies.
Notes
Notes: svn path=/head/; revision=153781
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/evidence/Makefile4
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