diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-30 16:28:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-30 16:28:56 +0000 |
commit | b3be5eadcc4a380de19959624a8da1b8b55a3d56 (patch) | |
tree | 8581e0192314c92339e29e0dc28af5a415b35c68 /mail/fetchmail | |
parent | 5ae2e8de856e7f73c578bc9bd9300c8267972896 (diff) | |
download | ports-b3be5eadcc4a380de19959624a8da1b8b55a3d56.tar.gz ports-b3be5eadcc4a380de19959624a8da1b8b55a3d56.zip |
- Correct python dependency to fix build with X11 enabled
PR: 201131
Submitted by: lantw44@gmail.com
Approved by: chalpin@cs.wisc.edu (maintainer)
Notes
Notes:
svn path=/head/; revision=390969
Diffstat (limited to 'mail/fetchmail')
-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 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 |