summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-04-26 22:35:01 +0000
committermaya <maya@pkgsrc.org>2017-04-26 22:35:01 +0000
commit14ac1af3357e250683908923da27ceb2a4c3fba1 (patch)
tree61287ccc7217574e139bcabebc11f0be1919345c /audio
parent698635d6f32e095b213ccff8e6853e397c82a73f (diff)
downloadpkgsrc-14ac1af3357e250683908923da27ceb2a4c3fba1.tar.gz
builds fine with bmake, don't require gmake
Diffstat (limited to 'audio')
-rw-r--r--audio/libsndfile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile
index 549c0009dcb..74ccbf42a5e 100644
--- a/audio/libsndfile/Makefile
+++ b/audio/libsndfile/Makefile
@@ -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 @@ LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE= sndfile.pc.in
GNU_CONFIGURE= yes