diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-11-26 14:02:43 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-11-26 14:02:43 +0000 |
commit | b4dbc62588c2dd28a0fc058667a593fae4fe5414 (patch) | |
tree | 4624ae5c809b1c7ba0656e8ff946442aeb236df0 /audio/pm3umpdl | |
parent | f06302722b7e2e0397b7a6c4d6e497f8bca2d9fc (diff) | |
download | ports-b4dbc62588c2dd28a0fc058667a593fae4fe5414.tar.gz ports-b4dbc62588c2dd28a0fc058667a593fae4fe5414.zip |
Notes
Diffstat (limited to 'audio/pm3umpdl')
-rw-r--r-- | audio/pm3umpdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pm3umpdl/Makefile b/audio/pm3umpdl/Makefile index 68eabc34e545..9e7956616074 100644 --- a/audio/pm3umpdl/Makefile +++ b/audio/pm3umpdl/Makefile @@ -12,7 +12,7 @@ EXTRACT_ONLY= MAINTAINER= vvelox@vvelox.net COMMENT= Loading a M3U file into musicpd -RUN_DEPENDS= ${LOCALBASE}/bin/mpc:${PORTSDIR}/audio/mpc +RUN_DEPENDS= ${LOCALBASE}/bin/mpc:${PORTSDIR}/audio/musicpc USES= perl5 NO_STAGE= yes |