summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authordogcow <dogcow@pkgsrc.org>2020-02-29 05:27:13 +0000
committerdogcow <dogcow@pkgsrc.org>2020-02-29 05:27:13 +0000
commitb6fc3ad99d939a4b116318d33748dcf53c0b3804 (patch)
tree5578f16da62c9e638581bd5e39a4f5962d60faf0 /mail/mutt
parent6a1ff28d4e43839a8adf257c8fba0bac8c6fbeaf (diff)
downloadpkgsrc-b6fc3ad99d939a4b116318d33748dcf53c0b3804.tar.gz
Python's only used at buildtime, not runtime.
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index baca5a3a6ad..9376fbb97ec 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -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"