summaryrefslogtreecommitdiff
path: root/audio/suil
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-09-17 07:27:40 +0000
committermaya <maya@pkgsrc.org>2018-09-17 07:27:40 +0000
commit71638a440dcc4d255a1a7ec3c635f65a2a478d7c (patch)
treedf59dcd1e351b579d52679fdde9f891decb5bdad /audio/suil
parenta75e333164261ab68eaa70d67d4876bcfe62b674 (diff)
downloadpkgsrc-71638a440dcc4d255a1a7ec3c635f65a2a478d7c.tar.gz
suil: we're using a builtin waf, it is an older one that doesn't support
newer python. restrict to 2.7. reported by john d. baker in pkgsrc-users
Diffstat (limited to 'audio/suil')
-rw-r--r--audio/suil/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/suil/Makefile b/audio/suil/Makefile
index aae6ddab848..4c4023ed37a 100644
--- a/audio/suil/Makefile
+++ b/audio/suil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/04/16 14:33:45 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/09/17 07:27:40 maya Exp $
DISTNAME= suil-0.8.2
PKGREVISION= 5
@@ -21,6 +21,8 @@ USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= suil.pc.in
# Use older waf
+PYTHON_VERSIONS_ACCEPTED= 27
+
WAF_ENV+= CC=${CC:Q}
WAF_ENV+= CFLAGS=${CFLAGS:Q}
WAF_ENV+= CXX=${CXX:Q}