diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-05 04:46:24 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-05 04:46:24 +0800 |
commit | 28c6430315b6e4dbdc13523791ef5e39169267e5 (patch) | |
tree | e8fe9f3425521461a044894d981b29fc10eac01f /multimedia/mjpegtools | |
parent | 3181a5dbacd0b7828b555ae527b0a1d9b50a8066 (diff) | |
download | freebsd-ports-gnome-28c6430315b6e4dbdc13523791ef5e39169267e5.tar.gz freebsd-ports-gnome-28c6430315b6e4dbdc13523791ef5e39169267e5.tar.zst freebsd-ports-gnome-28c6430315b6e4dbdc13523791ef5e39169267e5.zip |
Chase library version bump in libdv version 0.9.8
Diffstat (limited to 'multimedia/mjpegtools')
-rw-r--r-- | multimedia/mjpegtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index 72d293692d9e..4d40630db2b1 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -61,7 +61,7 @@ PLIST_SUB+= DIVX='' # pre-detection # LIBDV -.if exists(${LOCALBASE}/lib/libdv.so.1) +.if exists(${LOCALBASE}/lib/libdv.so.2) WITH_LIBDV= yes .endif # LIBMOVTAR |