Date: Sat, 9 Dec 2017 10:25:53 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455839 - head/mail/mboxcheck-applet Message-ID: <201712091025.vB9APr5p062137@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org COMMENT= Mailbox checking applet for GNOME 2 -USES= python +USES= python:2.7 USE_GNOME= pygnome2:run NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712091025.vB9APr5p062137>