Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2017 06:03:16 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451180 - head/www/youtube_dl
Message-ID:  <201710040603.v9463GYG061760@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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