svn commit: r451180 - head/www/youtube_dl

Matthias Andree mandree at FreeBSD.org
Wed Oct 4 06:03:18 UTC 2017


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
 


More information about the svn-ports-all mailing list