diff options
author | drochner <drochner@pkgsrc.org> | 2003-07-25 16:50:27 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-07-25 16:50:27 +0000 |
commit | 8a19658c0a3895aa06b2d0330a552105d047e78e (patch) | |
tree | 1f87e0f145d55993ace5c9fc2186d4346e917885 /audio/mp3blaster | |
parent | a8769a36839648a702b662bf55fe0b7c189cd09e (diff) | |
download | pkgsrc-8a19658c0a3895aa06b2d0330a552105d047e78e.tar.gz |
this needs gmake - how could it work before?
Diffstat (limited to 'audio/mp3blaster')
-rw-r--r-- | audio/mp3blaster/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index 94a86bd936f..f48e4e6440e 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:22:53 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/07/25 16:50:27 drochner Exp $ DISTNAME= mp3blaster-3.1.3 PKGREVISION= 3 @@ -12,6 +12,7 @@ COMMENT= MP3 console curses-based player PTHREAD_OPTS= require USE_BUILDLINK2= yes +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+="--with-cxxflags=${CXXFLAGS}" \ |