svn commit: r455839 - head/mail/mboxcheck-applet

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 10:25:55 UTC 2017


Author: antoine
Date: Sat Dec  9 10:25:53 2017
New Revision: 455839
URL: https://svnweb.freebsd.org/changeset/ports/455839

Log:
  mboxcheck-applet is not compatible with python3

Modified:
  head/mail/mboxcheck-applet/Makefile

Modified: head/mail/mboxcheck-applet/Makefile
==============================================================================
--- head/mail/mboxcheck-applet/Makefile	Sat Dec  9 10:15:42 2017	(r455838)
+++ head/mail/mboxcheck-applet/Makefile	Sat Dec  9 10:25:53 2017	(r455839)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://perso.orange.fr/seb128/fichiers/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Mailbox checking applet for GNOME 2
 
-USES=		python
+USES=		python:2.7
 USE_GNOME=	pygnome2:run
 NO_BUILD=	yes
 


More information about the svn-ports-head mailing list