Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2015 16:28:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390969 - head/mail/fetchmail
Message-ID:  <201506301628.t5UGSv6E085358@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 30 16:28:56 2015
New Revision: 390969
URL: https://svnweb.freebsd.org/changeset/ports/390969

Log:
  - Correct python dependency to fix build with X11 enabled
  
  PR:		201131
  Submitted by:	lantw44@gmail.com
  Approved by:	chalpin@cs.wisc.edu (maintainer)

Modified:
  head/mail/fetchmail/Makefile

Modified: head/mail/fetchmail/Makefile
==============================================================================
--- head/mail/fetchmail/Makefile	Tue Jun 30 15:59:42 2015	(r390968)
+++ head/mail/fetchmail/Makefile	Tue Jun 30 16:28:56 2015	(r390969)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506301628.t5UGSv6E085358>