diff options
author | arved <arved@FreeBSD.org> | 2009-11-08 17:51:18 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2009-11-08 17:51:18 +0800 |
commit | c8e8d288212635f366928ef4e55c24cf49386ab1 (patch) | |
tree | 4d935654ad15aa4f9d3c975955b824580cf1881a /multimedia/ogmtools | |
parent | b84000ee199bdc3c164f2493b3ab4151f0c5b588 (diff) | |
download | freebsd-ports-gnome-c8e8d288212635f366928ef4e55c24cf49386ab1.tar.gz freebsd-ports-gnome-c8e8d288212635f366928ef4e55c24cf49386ab1.tar.zst freebsd-ports-gnome-c8e8d288212635f366928ef4e55c24cf49386ab1.zip |
Fix detection of libdvdread
PR: 132431
Submitted by: Takuro Horikawa <takuroho@jcom.home.ne.jp>
Diffstat (limited to 'multimedia/ogmtools')
-rw-r--r-- | multimedia/ogmtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ogmtools/Makefile b/multimedia/ogmtools/Makefile index 34b6f4e9e93a..1152f665041d 100644 --- a/multimedia/ogmtools/Makefile +++ b/multimedia/ogmtools/Makefile @@ -7,7 +7,7 @@ PORTNAME= ogmtools PORTVERSION= 1.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/ogmtools/ @@ -48,7 +48,7 @@ post-configure: .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libdvdread.so.5) +.if exists(${LOCALBASE}/lib/libdvdread.so.4) WITH_DVDREAD=yes .endif |