Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2015 22:32:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377906 - head/audio/ocp
Message-ID:  <201501252232.t0PMWrKI026813@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jan 25 22:32:52 2015
New Revision: 377906
URL: https://svnweb.freebsd.org/changeset/ports/377906
QAT: https://qat.redports.org/buildarchive/r377906/

Log:
  Fix RUN_DEPENDS

Modified:
  head/audio/ocp/Makefile

Modified: head/audio/ocp/Makefile
==============================================================================
--- head/audio/ocp/Makefile	Sun Jan 25 22:32:44 2015	(r377905)
+++ head/audio/ocp/Makefile	Sun Jan 25 22:32:52 2015	(r377906)
@@ -61,7 +61,7 @@ OPTIONS_DEFAULT=ADPLUG FLAC MIDI X11 SDL
 .include <bsd.port.options.mk>
 
 .if exists(${TIMIDITY_CFG}) || ${PORT_OPTIONS:MMIDI}
-RUN_DEPENDS+=	${TIMIDITY_CFG}:${PORTSDIR}/audio/eawpats
+RUN_DEPENDS+=	eawpats>0:${PORTSDIR}/audio/eawpats
 .endif
 
 .if ${PORT_OPTIONS:MX11}



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