aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/audacious-plugins/Makefile
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2007-03-04 02:22:57 +0800
committeroliver <oliver@FreeBSD.org>2007-03-04 02:22:57 +0800
commita88c1d4c21548c16cb665d8b79afbb91c5e436ec (patch)
tree62de640d97c902ad70120faf9d65209d922e2329 /multimedia/audacious-plugins/Makefile
parent1a176db5c9e17b827b13b9a6b4065e4c5fda01f7 (diff)
downloadfreebsd-ports-gnome-a88c1d4c21548c16cb665d8b79afbb91c5e436ec.tar.gz
freebsd-ports-gnome-a88c1d4c21548c16cb665d8b79afbb91c5e436ec.tar.zst
freebsd-ports-gnome-a88c1d4c21548c16cb665d8b79afbb91c5e436ec.zip
s/liblame/lame/
Noted by: Portsnap buildbox
Diffstat (limited to 'multimedia/audacious-plugins/Makefile')
-rw-r--r--multimedia/audacious-plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index 8c96f6b2a033..ae51dbab8444 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/Makefile
@@ -282,7 +282,7 @@ PLIST_SUB+= TTAPLUGIN="@comment "
.endif
.if !defined(WITHOUT_LAME)
-LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/liblame
+LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame
CONFIGURE_ARGS+=--enable-lame
PLIST_SUB+= LAMEPLUGIN=""
.else