Date: Sat, 9 Dec 2017 09:14:14 +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: r455825 - head/security/parano Message-ID: <201712090914.vB99EEHv031198@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Dec 9 09:14:13 2017 New Revision: 455825 URL: https://svnweb.freebsd.org/changeset/ports/455825 Log: parano is not compatible with python3 Modified: head/security/parano/Makefile Modified: head/security/parano/Makefile ============================================================================== --- head/security/parano/Makefile Sat Dec 9 09:11:53 2017 (r455824) +++ head/security/parano/Makefile Sat Dec 9 09:14:13 2017 (r455825) @@ -14,7 +14,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= pygnome2 intltool -USES= desktop-file-utils gettext gmake localbase python shared-mime-info shebangfix +USES= desktop-file-utils gettext gmake localbase python:2.7 shared-mime-info shebangfix SHEBANG_FILES= src/parano.py GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-update-mime-database
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712090914.vB99EEHv031198>