diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2012-02-26 17:47:02 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2012-02-26 17:47:02 +0000 |
commit | f3b014b8b343315457493165625c12f33894a09f (patch) | |
tree | 6d80a36e7cefaaf561bfb5fb395b790a950947ed /audio/cd2mp3/Makefile | |
parent | - Release 2.8 (diff) |
- Stylistic cleanup: remove trailing slashes from *_DEPENDS lines.
audio/cd2mp3 [1]
audio/mp3unicode [2]
databases/spatialite [3]
deskutils/aspostit
devel/bennugd-modules [4]
net/hinfo
www/caudium14 [5]
Approved by: shaun (mentor) mark@foster.cc (maintainer[1]) makc (maintainer[2]) wenheping@gmail.com (maintainer[3]) amdmi3 (maintainer[4]) johans (maintainer[5])
Diffstat (limited to '')
-rw-r--r-- | audio/cd2mp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cd2mp3/Makefile b/audio/cd2mp3/Makefile index 45327d891169..f03e45e769d3 100644 --- a/audio/cd2mp3/Makefile +++ b/audio/cd2mp3/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= http://cvsup.theplanet.com/distfiles/ \ MAINTAINER= mark@foster.cc COMMENT= Easy to use CD Ripping and MP3 Encoding tool -RUN_DEPENDS= lame:${PORTSDIR}/audio/lame/ \ +RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ dagrab:${PORTSDIR}/audio/dagrab NO_BUILD= yes |