aboutsummaryrefslogtreecommitdiffstats
path: root/mail/fetchmail
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-22 01:10:06 +0800
committermva <mva@FreeBSD.org>2014-10-22 01:10:06 +0800
commit4ab1e443e6061bb92001b7facab50925aafa5c00 (patch)
tree7e80682da03730650b20b36a7558818d88a40a22 /mail/fetchmail
parentc0c105d8a8d23bf949657d63bdf5b6869a210891 (diff)
downloadfreebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.tar.gz
freebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.tar.zst
freebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.zip
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
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 b12470ecc6df..4200149df156 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --enable-POP2
.endif
.if ${PORT_OPTIONS:MX11}
-USE_PYTHON_RUN= yes
+USES+= python:run
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter
PLIST_SUB+= NOX11="@comment "
.else