pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mutt



Module Name:    pkgsrc
Committed By:   dogcow
Date:           Sat Feb 29 05:27:13 UTC 2020

Modified Files:
        pkgsrc/mail/mutt: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 pkgsrc/mail/mutt/Makefile

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

Modified files:

Index: pkgsrc/mail/mutt/Makefile
diff -u pkgsrc/mail/mutt/Makefile:1.222 pkgsrc/mail/mutt/Makefile:1.223
--- pkgsrc/mail/mutt/Makefile:1.222     Sat Feb 15 22:54:45 2020
+++ pkgsrc/mail/mutt/Makefile   Sat Feb 29 05:27:13 2020
@@ -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+=      --enable-imap
 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