pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mutt Python's only used at buildtime, not runtime.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39f6a0b1e285
branches:  trunk
changeset: 423883:39f6a0b1e285
user:      dogcow <dogcow%pkgsrc.org@localhost>
date:      Sat Feb 29 05:27:13 2020 +0000

description:
Python's only used at buildtime, not runtime.

diffstat:

 mail/mutt/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 87b79e11072e -r 39f6a0b1e285 mail/mutt/Makefile
--- a/mail/mutt/Makefile        Sat Feb 29 02:20:41 2020 +0000
+++ b/mail/mutt/Makefile        Sat Feb 29 05:27:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.222 2020/02/15 22:54:45 tron Exp $
+# $NetBSD: Makefile,v 1.223 2020/02/29 05:27:13 dogcow Exp $
 
 DISTNAME=              mutt-1.13.4
 CATEGORIES=            mail
@@ -28,6 +28,7 @@
 CONFIGURE_ARGS.SunOS+= --disable-filemonitor
 INFO_FILES=            yes
 
+PYTHON_FOR_BUILD_ONLY= tool
 REPLACE_PYTHON+=       contrib/markdown2html
 
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD"



Home | Main Index | Thread Index | Old Index