diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-04 20:46:24 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-04 20:46:24 +0000 |
commit | 28c6430315b6e4dbdc13523791ef5e39169267e5 (patch) | |
tree | e8fe9f3425521461a044894d981b29fc10eac01f /multimedia/mjpegtools | |
parent | 3181a5dbacd0b7828b555ae527b0a1d9b50a8066 (diff) | |
download | FreeBSD-ports-28c6430315b6e4dbdc13523791ef5e39169267e5.zip FreeBSD-ports-28c6430315b6e4dbdc13523791ef5e39169267e5.tar.gz |
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 72d2936..4d40630 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 |