diff options
author | matthew <matthew@FreeBSD.org> | 2012-02-27 01:47:02 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2012-02-27 01:47:02 +0800 |
commit | 25abbbfd348a1cc0dc24e6df23e3a0e950a0f616 (patch) | |
tree | 5f5ed62c80a0494e159f5e16d09af8aaed166274 /audio/cd2mp3 | |
parent | 4ea48618b88ade6f32c36a7a70e220e11ca690f8 (diff) | |
download | freebsd-ports-gnome-25abbbfd348a1cc0dc24e6df23e3a0e950a0f616.tar.gz freebsd-ports-gnome-25abbbfd348a1cc0dc24e6df23e3a0e950a0f616.tar.zst freebsd-ports-gnome-25abbbfd348a1cc0dc24e6df23e3a0e950a0f616.zip |
- 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 'audio/cd2mp3')
-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 |