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/streamdvd | |
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/streamdvd')
-rw-r--r-- | multimedia/streamdvd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/streamdvd/Makefile b/multimedia/streamdvd/Makefile index 6316d09f960a..852c545fd262 100644 --- a/multimedia/streamdvd/Makefile +++ b/multimedia/streamdvd/Makefile @@ -7,13 +7,14 @@ PORTNAME= streamdvd PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.badabum.de/down/ MAINTAINER= serge.gagnon@b2b2c.ca COMMENT= A fast tool to backup Video DVDs 'on the fly' -LIB_DEPENDS= dvdread:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= dvdread.5:${PORTSDIR}/multimedia/libdvdread WRKSRC= ${WRKDIR}/StreamDVD-${PORTVERSION} |