Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/grub2 grub2: add tool dependency on python



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a64466270900
branches:  trunk
changeset: 431132:a64466270900
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sat May 09 17:21:32 2020 +0000

description:
grub2: add tool dependency on python

diffstat:

 sysutils/grub2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a041f03051d4 -r a64466270900 sysutils/grub2/Makefile
--- a/sysutils/grub2/Makefile   Sat May 09 17:10:38 2020 +0000
+++ b/sysutils/grub2/Makefile   Sat May 09 17:21:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/05/09 12:17:52 triaxx Exp $
+# $NetBSD: Makefile,v 1.23 2020/05/09 17:21:32 triaxx Exp $
 
 DISTNAME=              grub-2.04
 PKGNAME=               ${DISTNAME:S/grub/grub2/}
@@ -18,6 +18,7 @@
 
 USE_LANGUAGES+=                c c++
 USE_TOOLS+=            gmake flex bison gettext:run awk pkg-config
+PYTHON_FOR_BUILD_ONLY= tool
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}



Home | Main Index | Thread Index | Old Index