Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 17:26:23 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348104 - head/multimedia/vdr-plugins
Message-ID:  <201403131726.s2DHQNEo099740@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Thu Mar 13 17:26:22 2014
New Revision: 348104
URL: http://svnweb.freebsd.org/changeset/ports/348104
QAT: https://qat.redports.org/buildarchive/r348104/

Log:
  Fix RUN_DEPENDS for multimedia/vdr-plugin-vnsiserver .

Modified:
  head/multimedia/vdr-plugins/Makefile

Modified: head/multimedia/vdr-plugins/Makefile
==============================================================================
--- head/multimedia/vdr-plugins/Makefile	Thu Mar 13 17:26:13 2014	(r348103)
+++ head/multimedia/vdr-plugins/Makefile	Thu Mar 13 17:26:22 2014	(r348104)
@@ -112,7 +112,7 @@ RUN_DEPENDS+=	${LOCALBASE}/lib/vdr/libvd
 RUN_DEPENDS+=	${LOCALBASE}/lib/vdr/libvdr-eepg.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-eepg
 .endif
 .if ${PORT_OPTIONS:MVNSISERVER}
-RUN_DEPENDS+=	${LOCALBASE}/lib/vdr/libvdr-vnsiserver.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-vnsiserver
+RUN_DEPENDS+=	${LOCALBASE}/lib/vdr/libvdr-vnsiserver5.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-vnsiserver
 .endif
 .if ${PORT_OPTIONS:MMARKAD}
 RUN_DEPENDS+=	${LOCALBASE}/lib/vdr/libvdr-markad.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-markad



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403131726.s2DHQNEo099740>