svn commit: r390969 - head/mail/fetchmail

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 30 16:28:57 UTC 2015


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 at gmail.com
  Approved by:	chalpin at 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


More information about the svn-ports-head mailing list