pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libsndfile builds fine with bmake, don't require...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf938bd0b563
branches:  trunk
changeset: 361792:bf938bd0b563
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Apr 26 22:35:01 2017 +0000

description:
builds fine with bmake, don't require gmake

diffstat:

 audio/libsndfile/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 13f603ef8552 -r bf938bd0b563 audio/libsndfile/Makefile
--- a/audio/libsndfile/Makefile Wed Apr 26 22:28:46 2017 +0000
+++ b/audio/libsndfile/Makefile Wed Apr 26 22:35:01 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2017/04/26 22:10:37 maya Exp $
+# $NetBSD: Makefile,v 1.73 2017/04/26 22:35:01 maya Exp $
 
 DISTNAME=      libsndfile-1.0.28
 CATEGORIES=    audio
@@ -11,7 +11,7 @@
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            pkg-config
 PKGCONFIG_OVERRIDE=    sndfile.pc.in
 GNU_CONFIGURE=         yes
 



Home | Main Index | Thread Index | Old Index