summaryrefslogtreecommitdiff
path: root/net-mail/fetchmail/files/fetchmail-6.3.26-python-optional.patch
blob: 087fd6a5759fffc869d9549ff614156ca998b7c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,9 +16,11 @@
 pys=			fetchmailconf.py
 pym=			fetchmailconf.man
 
+if HAVE_PYTHON
 nodist_bin_SCRIPTS=	fetchmailconf
 python_PYTHON=		$(pys)
 dist_man1_MANS+=	$(pym)
+endif
 
 CLEANFILES=		$(nodist_bin_SCRIPTS)