pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/grub2



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sat May  9 17:21:32 UTC 2020

Modified Files:
        pkgsrc/sysutils/grub2: Makefile

Log Message:
grub2: add tool dependency on python


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/grub2/Makefile

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

Modified files:

Index: pkgsrc/sysutils/grub2/Makefile
diff -u pkgsrc/sysutils/grub2/Makefile:1.22 pkgsrc/sysutils/grub2/Makefile:1.23
--- pkgsrc/sysutils/grub2/Makefile:1.22 Sat May  9 12:17:52 2020
+++ pkgsrc/sysutils/grub2/Makefile      Sat May  9 17:21:32 2020
@@ -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 @@ ONLY_FOR_PLATFORM=    *-*-i386 *-*-x86_64
 
 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