diff options
Diffstat (limited to 'audio/mp3blaster/Makefile')
-rw-r--r-- | audio/mp3blaster/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index d5dfe5f1637..b3b50117b0b 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/03/09 21:04:41 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2006/05/16 17:14:10 wiz Exp $ DISTNAME= mp3blaster-3.2.0 PKGREVISION= 3 @@ -10,10 +10,11 @@ HOMEPAGE= http://www.stack.nl/~brama/mp3blaster.html COMMENT= MP3 console curses-based player PTHREAD_OPTS+= require +USE_LANGUAGES= c c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes -CONFIGURE_ARGS+="--with-cxxflags=${CXXFLAGS}" \ +CONFIGURE_ARGS+=--with-cxxflags=${CXXFLAGS:Q} \ --with-curses \ --with-oggvorbis |