diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2011-05-16 13:45:59 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2011-05-16 13:45:59 +0000 |
commit | b0d36bb958ebb364ed424b833338f40890f2ed4d (patch) | |
tree | 48dece60a46349c7892dff602e777bcf673db658 /audio/sonata | |
parent | 23aed12aef47ce21f6f845d486482ed029877464 (diff) |
Notes
Diffstat (limited to 'audio/sonata')
-rw-r--r-- | audio/sonata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |