- Fix the executable name of the run-dependency audio/musicpd

PR:		ports/156624
Submitted by:	Chris Rees <utisoft at gmail.com>
Approved by:	Henrik Friedrichsen <hrkfdn at gmail.com (maintainer of audio/mpdbrowser), nivit (audio/sonata)
This commit is contained in:
Nicola Vitale 2011-05-16 13:45:59 +00:00
parent 23aed12aef
commit b0d36bb958
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274191
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ OPTIONS= MPD "Install Music Player Daemon" on
.include <bsd.port.pre.mk>
.if defined (WITH_MPD)
RUN_DEPENDS+= mpd:${PORTSDIR}/audio/musicpd
RUN_DEPENDS+= musicpd:${PORTSDIR}/audio/musicpd
.endif
.include <bsd.port.post.mk>

View File

@ -48,7 +48,7 @@ post-patch:
.include <bsd.port.pre.mk>
.if defined (WITH_MPD)
RUN_DEPENDS+= mpd:${PORTSDIR}/audio/musicpd
RUN_DEPENDS+= musicpd:${PORTSDIR}/audio/musicpd
.endif
.if defined (WITH_MMKEYS)