svn commit: r377906 - head/audio/ocp

Antoine Brodin antoine at FreeBSD.org
Sun Jan 25 22:32:53 UTC 2015


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}


More information about the svn-ports-all mailing list