svn commit: r507880 - head/www/cliqz

Jan Beich jbeich at FreeBSD.org
Fri Aug 2 15:55:46 UTC 2019


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


More information about the svn-ports-all mailing list