summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2017-10-04 06:03:16 +0000
committerMatthias Andree <mandree@FreeBSD.org>2017-10-04 06:03:16 +0000
commitcdd7a975cdb93dfcf3852210d7a0cb4362b17c22 (patch)
treedee759a67bd64e14d7c083c7c4a5129a1dcb143e
parentsecurity/tor-devel: Update from 0.3.2.1-alpha to 0.3.2.2-alpha (diff)
Add USES=gmake to unbreak the build for now.
PR: 222637 Reported by: tcberner@ Approved by: blanket (trivially fix a non-building port)
Notes
Notes: svn path=/head/; revision=451180
-rw-r--r--www/youtube_dl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/youtube_dl/Makefile b/www/youtube_dl/Makefile
index d299360269b7..79de09140c4f 100644
--- a/www/youtube_dl/Makefile
+++ b/www/youtube_dl/Makefile
@@ -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