diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:10:06 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:10:06 +0000 |
commit | 306e66af5d83697a761205698232bca9aa68ef19 (patch) | |
tree | 7e80682da03730650b20b36a7558818d88a40a22 /mail/fetchmail/Makefile | |
parent | 4950323fd34a3cf78b4cf0d51af7837414052ab2 (diff) | |
download | ports-306e66af5d83697a761205698232bca9aa68ef19.tar.gz ports-306e66af5d83697a761205698232bca9aa68ef19.zip |
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371330
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 2 |
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 |