pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/schismtracker schismtracker: Requires python to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca74db4e26a7
branches:  trunk
changeset: 336911:ca74db4e26a7
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jul 28 18:56:11 2019 +0000

description:
schismtracker: Requires python to build.

diffstat:

 audio/schismtracker/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 14237f734d75 -r ca74db4e26a7 audio/schismtracker/Makefile
--- a/audio/schismtracker/Makefile      Sun Jul 28 17:12:46 2019 +0000
+++ b/audio/schismtracker/Makefile      Sun Jul 28 18:56:11 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/09/11 12:35:19 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/07/28 18:56:11 nia Exp $
 
 # The upstream distfile (http://schismtracker.org/hg/archive/default.tar.bz2)
 # is a repository snapshot and as such a moving target.
@@ -18,9 +18,12 @@
 MAKE_JOBS_SAFE=        no
 GNU_CONFIGURE= yes
 
+PYTHON_FOR_BUILD_ONLY= yes
+
 pre-configure:
        set -e; cd ${WRKSRC}; \
        aclocal; autoheader; automake -a --foreign -i; autoconf
 
 .include "../../devel/SDL/buildlink3.mk"
+.include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index