aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-30 16:28:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-30 16:28:56 +0000
commitb3be5eadcc4a380de19959624a8da1b8b55a3d56 (patch)
tree8581e0192314c92339e29e0dc28af5a415b35c68 /mail/fetchmail
parent5ae2e8de856e7f73c578bc9bd9300c8267972896 (diff)
downloadports-b3be5eadcc4a380de19959624a8da1b8b55a3d56.tar.gz
ports-b3be5eadcc4a380de19959624a8da1b8b55a3d56.zip
Notes
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 00a271c6ae2b..f9e7106d5f3f 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --enable-POP2
.endif
.if ${PORT_OPTIONS:MX11}
-USES+= python:run
+USES+= python
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter
PLIST_SUB+= NOX11="@comment "
.else