summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-02-21 03:14:36 +0000
committeruebayasi <uebayasi>2005-02-21 03:14:36 +0000
commitaaa76ad352d18b3cb920eb5d56ee71cf032c8398 (patch)
tree3054f5146c6ec5dabc49474107ef5805c66e5a45 /multimedia
parent5fe87ea652327e377baeb36dbc5e124b267885a1 (diff)
downloadpkgsrc-aaa76ad352d18b3cb920eb5d56ee71cf032c8398.tar.gz
Fix quoting.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/moz-flash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/moz-flash/Makefile b/multimedia/moz-flash/Makefile
index 04d599fc26e..58ab3b9bb4a 100644
--- a/multimedia/moz-flash/Makefile
+++ b/multimedia/moz-flash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/10/03 00:13:03 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/02/21 03:14:36 uebayasi Exp $
#
.include "../../multimedia/libflash/Makefile.common"
@@ -17,7 +17,7 @@ USE_X11= YES
USE_LIBTOOL= YES
BUILD_DIRS= ${WRKSRC}/Plugin
-CPPFLAGS+= -DDEV_DSP=\\\"${DEVOSSSOUND}\\\"
+CPPFLAGS+= -DDEV_DSP="\"${DEVOSSSOUND}\""
MAKE_ENV+= SHLIBTOOL="${SHLIBTOOL}"
MAKE_ENV+= MOZ_PLUGDIR="${MOZ_PLUGDIR}"