diff options
author | koitsu <koitsu@FreeBSD.org> | 2007-04-05 14:03:23 +0800 |
---|---|---|
committer | koitsu <koitsu@FreeBSD.org> | 2007-04-05 14:03:23 +0800 |
commit | b1c0d29a2e7cf55e06bd33b7dfce08d4cb7f2d66 (patch) | |
tree | bb79dbed3bd00056d38938404ae5481fbc293a1c /multimedia/ogmtools | |
parent | 968df6a6de5487b567e39a0590af77b556f2a4d0 (diff) | |
download | freebsd-ports-gnome-b1c0d29a2e7cf55e06bd33b7dfce08d4cb7f2d66.tar.gz freebsd-ports-gnome-b1c0d29a2e7cf55e06bd33b7dfce08d4cb7f2d66.tar.zst freebsd-ports-gnome-b1c0d29a2e7cf55e06bd33b7dfce08d4cb7f2d66.zip |
* libdvdread - PORTREVISION increment
* libdvdread - add patch for including <stdlib.h> in dvdread/ifo_types.h
* Others - LIB_DEPENDS changes (require libdvdread.so.5)
* Others - PORTREVISION increment for those dependent on libdvdread
Approved by: philip
Diffstat (limited to 'multimedia/ogmtools')
-rw-r--r-- | multimedia/ogmtools/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/ogmtools/Makefile b/multimedia/ogmtools/Makefile index 4f25329aa5ee..9bc25185d357 100644 --- a/multimedia/ogmtools/Makefile +++ b/multimedia/ogmtools/Makefile @@ -7,6 +7,7 @@ PORTNAME= ogmtools PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/ogmtools/ @@ -46,12 +47,12 @@ post-configure: .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libdvdread.so.3) +.if exists(${LOCALBASE}/lib/libdvdread.so.5) WITH_DVDREAD=yes .endif .ifdef(WITH_DVDREAD) -LIB_DEPENDS+= dvdread.3:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS+= dvdread.5:${PORTSDIR}/multimedia/libdvdread CONFIGURE_ARGS+= --with-dvdread \ --with-dvdread-includes=${LOCALBASE} \ |