diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-02-21 03:14:36 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-02-21 03:14:36 +0000 |
commit | 202239a9fc5929ec959bd220f790979cfe617ae2 (patch) | |
tree | 3054f5146c6ec5dabc49474107ef5805c66e5a45 /multimedia/moz-flash | |
parent | 263cd2c9f4367323ef64dbb7a2b6def5b6ace9de (diff) | |
download | pkgsrc-202239a9fc5929ec959bd220f790979cfe617ae2.tar.gz |
Fix quoting.
Diffstat (limited to 'multimedia/moz-flash')
-rw-r--r-- | multimedia/moz-flash/Makefile | 4 |
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}" |