aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2011-05-16 21:45:59 +0800
committernivit <nivit@FreeBSD.org>2011-05-16 21:45:59 +0800
commitaaf3624fcbff3d4e3f9b87e56aefe4cf9f6487d9 (patch)
tree84a4419b5149a71f613f5fe0d66850133ad75951 /audio
parent98f56323288856c71b629854e1167c7aa28814bb (diff)
downloadfreebsd-ports-gnome-aaf3624fcbff3d4e3f9b87e56aefe4cf9f6487d9.tar.gz
freebsd-ports-gnome-aaf3624fcbff3d4e3f9b87e56aefe4cf9f6487d9.tar.zst
freebsd-ports-gnome-aaf3624fcbff3d4e3f9b87e56aefe4cf9f6487d9.zip
- 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)
Diffstat (limited to 'audio')
-rw-r--r--audio/mpdbrowser/Makefile2
-rw-r--r--audio/sonata/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpdbrowser/Makefile b/audio/mpdbrowser/Makefile
index 4a65bebf6340..2019cd854e4f 100644
--- a/audio/mpdbrowser/Makefile
+++ b/audio/mpdbrowser/Makefile
@@ -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>
diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile
index 57bfdce43802..5322faf2f888 100644
--- a/audio/sonata/Makefile
+++ b/audio/sonata/Makefile
@@ -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)