diff options
author | obrien <obrien@FreeBSD.org> | 2008-02-04 18:22:13 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2008-02-04 18:22:13 +0800 |
commit | 073f23ecc38dd7c1b20bc295949c32df9ca4bd72 (patch) | |
tree | ae019eb26d76bc9712344455d319833f1169e6d4 /www/youtube_dl | |
parent | a30ce093566b3ef0b6a5685f4c59cdebab5b2c79 (diff) | |
download | freebsd-ports-gnome-073f23ecc38dd7c1b20bc295949c32df9ca4bd72.tar.gz freebsd-ports-gnome-073f23ecc38dd7c1b20bc295949c32df9ca4bd72.tar.zst freebsd-ports-gnome-073f23ecc38dd7c1b20bc295949c32df9ca4bd72.zip |
Fix 'WITH_FLV2MPEG4' logic.
Diffstat (limited to 'www/youtube_dl')
-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 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 |