aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-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 cb75b5479501..096cebcd6b18 100644
--- a/www/youtube_dl/Makefile
+++ b/www/youtube_dl/Makefile
@@ -38,7 +38,7 @@ IGNORE= cannot use WITH_FFMPEG and WITH_FLV2MPEG4 simultaneously
.endif
CONV2AVI_CMD= ${PREFIX}/bin/ffmpeg -y -i
RUN_DEPENDS= ffmpeg:${PORTSDIR}/multimedia/ffmpeg
-.else
+.elif defined (WITH_FLV2MPEG4)
CONV2AVI_CMD= ${PREFIX}/bin/flv2mpeg4
RUN_DEPENDS= flv2mpeg4:${PORTSDIR}/multimedia/flv2mpeg4
.endif