svn commit: r455825 - head/security/parano

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 09:14:15 UTC 2017


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


More information about the svn-ports-head mailing list