diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2017-10-04 06:03:16 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2017-10-04 06:03:16 +0000 |
commit | cdd7a975cdb93dfcf3852210d7a0cb4362b17c22 (patch) | |
tree | dee759a67bd64e14d7c083c7c4a5129a1dcb143e | |
parent | security/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/Makefile | 2 |
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 |