diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-05-13 10:17:04 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-05-13 10:17:04 +0000 |
commit | 8e3dcb3c28e7285465f3366e868a6795f71f059b (patch) | |
tree | f0b75aa64206a61c448cac7b4520bcbdc0d73fae /sysutils/vobcopy | |
parent | ac4a4f4000410b3430b5848978f055423c12881b (diff) | |
download | ports-8e3dcb3c28e7285465f3366e868a6795f71f059b.tar.gz ports-8e3dcb3c28e7285465f3366e868a6795f71f059b.zip |
Notes
Diffstat (limited to 'sysutils/vobcopy')
-rw-r--r-- | sysutils/vobcopy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile index fea7720a806b..82fadf9cda79 100644 --- a/sysutils/vobcopy/Makefile +++ b/sysutils/vobcopy/Makefile @@ -3,7 +3,7 @@ PORTNAME= vobcopy PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://vobcopy.org/download/ \ CRITICAL @@ -11,7 +11,7 @@ MASTER_SITES= http://vobcopy.org/download/ \ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= Decrypts and copies DVD .vob files -LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.sh |