summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2005-02-14 09:07:51 +0000
committeruebayasi <uebayasi@pkgsrc.org>2005-02-14 09:07:51 +0000
commit11c8e72b70176b101907bdf3da268445a5d5d221 (patch)
tree05363b567be33f24014702bb728a18d65a935f0b /audio
parent32011271df704f2206ba9f70d7f3026c77c70f0a (diff)
downloadpkgsrc-11c8e72b70176b101907bdf3da268445a5d5d221.tar.gz
Fix quoting.
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-liveice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-liveice/Makefile b/audio/xmms-liveice/Makefile
index b77dcec8e3a..e6be223d86f 100644
--- a/audio/xmms-liveice/Makefile
+++ b/audio/xmms-liveice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/10/03 00:13:11 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/02/14 09:12:06 uebayasi Exp $
#
DISTNAME= liveice-xmms
@@ -16,7 +16,7 @@ GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
-CFLAGS+= -DLAME=\"\\\"${BUILDLINK_PREFIX.lame}/bin/lame\\\"\"
+CFLAGS+= -DLAME="\"${BUILDLINK_PREFIX.lame}/bin/lame\""
.include "../../audio/lame/buildlink3.mk"
.include "../../audio/xmms/buildlink3.mk"