pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/schismtracker



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul 28 18:56:11 UTC 2019

Modified Files:
        pkgsrc/audio/schismtracker: Makefile

Log Message:
schismtracker: Requires python to build.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/schismtracker/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/schismtracker/Makefile
diff -u pkgsrc/audio/schismtracker/Makefile:1.1 pkgsrc/audio/schismtracker/Makefile:1.2
--- pkgsrc/audio/schismtracker/Makefile:1.1     Fri Sep 11 12:35:19 2015
+++ pkgsrc/audio/schismtracker/Makefile Sun Jul 28 18:56:11 2019
@@ -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 @@ USE_TOOLS+=  aclocal autoheader autoconf 
 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