diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-14 18:04:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-14 18:04:30 +0000 |
commit | 7171afba0e35297f1ad345d31145f28c38a8043b (patch) | |
tree | 66a0931aaa8572c5e6b493590109a4bbe617e19c | |
parent | 1403c3e496ff20daee5878eefa5e16e231e4e71d (diff) |
Notes
-rw-r--r-- | multimedia/transcode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 1157f3a6df9e..fbf961c04701 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -161,7 +161,7 @@ PLIST_SUB+= WITH_FFMPEG="@comment " .endif .if defined(WITH_LIBDV) -LIB_DEPENDS+= dv.3:${PORTSDIR}/multimedia/libdv +LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv PLIST_SUB+= WITH_LIBDV="" CONFIGURE_ARGS+= --with-pal-yuv=YV12 .else |