From owner-svn-ports-all@freebsd.org Wed Oct 4 06:03:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1A43E2F491; Wed, 4 Oct 2017 06:03:17 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC1E872EA2; Wed, 4 Oct 2017 06:03:17 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9463Grj061761; Wed, 4 Oct 2017 06:03:16 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9463GYG061760; Wed, 4 Oct 2017 06:03:16 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201710040603.v9463GYG061760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 4 Oct 2017 06:03:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451180 - head/www/youtube_dl X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/www/youtube_dl X-SVN-Commit-Revision: 451180 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2017 06:03:18 -0000 Author: mandree Date: Wed Oct 4 06:03:16 2017 New Revision: 451180 URL: https://svnweb.freebsd.org/changeset/ports/451180 Log: Add USES=gmake to unbreak the build for now. PR: 222637 Reported by: tcberner@ Approved by: blanket (trivially fix a non-building port) Modified: head/www/youtube_dl/Makefile Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Wed Oct 4 04:49:28 2017 (r451179) +++ head/www/youtube_dl/Makefile Wed Oct 4 06:03:16 2017 (r451180) @@ -16,7 +16,7 @@ BUILD_DEPENDS= zip:archivers/zip ALL_TARGET= youtube-dl MAKE_ARGS= PYTHON=${PYTHON_CMD} -USES= python +USES= gmake python NO_ARCH= yes WRKSRC= ${WRKDIR}/youtube-dl