Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2019 15:55:46 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507880 - head/www/cliqz
Message-ID:  <201908021555.x72Ftkme050219@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Aug  2 15:55:45 2019
New Revision: 507880
URL: https://svnweb.freebsd.org/changeset/ports/507880

Log:
  www/cliqz: unbreak after r507836
  
  ***** Building *****
  + ./mach build
  exec: python: not found
  *** Error code 127

Modified:
  head/www/cliqz/Makefile   (contents, props changed)

Modified: head/www/cliqz/Makefile
==============================================================================
--- head/www/cliqz/Makefile	Fri Aug  2 14:55:54 2019	(r507879)
+++ head/www/cliqz/Makefile	Fri Aug  2 15:55:45 2019	(r507880)
@@ -52,7 +52,7 @@ BUILD_DEPENDS=	autoconf-2.13:devel/autoconf213 \
 		yasm:devel/yasm \
 		zip:archivers/zip
 
-USES=		tar:xz gmake pkgconfig gnome python desktop-file-utils \
+USES=		tar:xz gmake pkgconfig gnome python:2.7,build desktop-file-utils \
 		compiler:c11 shebangfix
 
 USE_GNOME=	gconf2 gtk20 gtk30 cairo gdkpixbuf2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908021555.x72Ftkme050219>