diff options
author | ben <ben> | 2005-02-24 03:37:28 +0000 |
---|---|---|
committer | ben <ben> | 2005-02-24 03:37:28 +0000 |
commit | 9490c458fd11c1301522c667a290423af0000c7b (patch) | |
tree | fb02e997d55f725d8360d5f5f44ccd7b680e9063 /audio/xmms-modplug/Makefile | |
parent | 9cac01f232d62db340947fefe3df2d5770245d16 (diff) | |
download | pkgsrc-9490c458fd11c1301522c667a290423af0000c7b.tar.gz |
Change quote escaping to reflect Todd Vierling's recent makefile fixes.
Diffstat (limited to 'audio/xmms-modplug/Makefile')
-rw-r--r-- | audio/xmms-modplug/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-modplug/Makefile b/audio/xmms-modplug/Makefile index 2d9b9cdd1f9..3d7e73425e6 100644 --- a/audio/xmms-modplug/Makefile +++ b/audio/xmms-modplug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/12/14 18:45:11 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2005/02/24 03:40:29 ben Exp $ # DISTNAME= modplugxmms-2.05 @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes SHLIBTOOL_OVERRIDE= libtool-disable-static -CFLAGS+= -DDEVICE_NAME="\"\\\"${DEVOSSSOUND}\\\"\"" +CFLAGS+= -DDEVICE_NAME="\"${DEVOSSSOUND}\"" USE_LANGUAGES= c c++ PKG_INSTALLATION_TYPES= overwrite pkgviews |