summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-08-17 05:26:16 +0000
committertnn <tnn@pkgsrc.org>2020-08-17 05:26:16 +0000
commit4e31d8b1640a98934461d1bcfd7ce7b752df0582 (patch)
tree1011e15821880e92bf46d8d763b23cec10dbdbdb
parent485bbd5564e79ea4d45db70dc73ba084039bea52 (diff)
downloadpkgsrc-4e31d8b1640a98934461d1bcfd7ce7b752df0582.tar.gz
libsndfile: python as tool to appease configure ...
-rw-r--r--audio/libsndfile/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile
index f0ed1a7a8c3..b731768a36a 100644
--- a/audio/libsndfile/Makefile
+++ b/audio/libsndfile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2020/08/15 23:36:38 nia Exp $
+# $NetBSD: Makefile,v 1.78 2020/08/17 05:26:16 tnn Exp $
DISTNAME= libsndfile-1.0.29
CATEGORIES= audio
@@ -18,6 +18,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= autogen autoconf autoreconf automake pkg-config
PKGCONFIG_OVERRIDE= sndfile.pc.in
GNU_CONFIGURE= yes
+PYTHON_FOR_BUILD_ONLY= tool
TEST_TARGET= check
@@ -35,6 +36,7 @@ pre-configure:
cd ${WRKSRC} && autoreconf -fi
.include "../../audio/flac/buildlink3.mk"
+.include "../../lang/python/tool.mk"
.include "../../audio/libopus/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
BUILDLINK_API_DEPENDS.libogg+= libogg>=1.1.3