diff options
author | koitsu <koitsu@FreeBSD.org> | 2007-04-05 06:03:23 +0000 |
---|---|---|
committer | koitsu <koitsu@FreeBSD.org> | 2007-04-05 06:03:23 +0000 |
commit | b1c0d29a2e7cf55e06bd33b7dfce08d4cb7f2d66 (patch) | |
tree | bb79dbed3bd00056d38938404ae5481fbc293a1c /sysutils/vobcopy | |
parent | 968df6a6de5487b567e39a0590af77b556f2a4d0 (diff) | |
download | FreeBSD-ports-b1c0d29a2e7cf55e06bd33b7dfce08d4cb7f2d66.zip FreeBSD-ports-b1c0d29a2e7cf55e06bd33b7dfce08d4cb7f2d66.tar.gz |
* 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 'sysutils/vobcopy')
-rw-r--r-- | sysutils/vobcopy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile index 43470b8..fe1bd10 100644 --- a/sysutils/vobcopy/Makefile +++ b/sysutils/vobcopy/Makefile @@ -7,13 +7,14 @@ PORTNAME= vobcopy PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://lpn.rnbhq.org/download/ MAINTAINER= josh@tcbug.org COMMENT= Decrypts and copies DVD .vob files -LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= dvdread.5:${PORTSDIR}/multimedia/libdvdread USE_BZIP2= yes USE_GETOPT_LONG= yes |