diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-06 04:45:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-06 04:45:49 +0000 |
commit | efc993b4dd2ae2757f0a9a9b0e7e321bcd3beb3d (patch) | |
tree | db00ed5796004b9c51fdc8b04a57e1d922f0640f /sysutils | |
parent | 4ffec4deab1b9720dd1e8f0c91554860b3be4322 (diff) | |
download | ports-efc993b4dd2ae2757f0a9a9b0e7e321bcd3beb3d.tar.gz ports-efc993b4dd2ae2757f0a9a9b0e7e321bcd3beb3d.zip |
Chase libdvdread lib version bump on port version 0.9.4
Notes
Notes:
svn path=/head/; revision=77015
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/vobcopy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile index 9eb890d41d84..4e8507c39cb0 100644 --- a/sysutils/vobcopy/Makefile +++ b/sysutils/vobcopy/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://lpn.rnbhq.org/download/ MAINTAINER= lioux@FreeBSD.org COMMENT= Decrypts and copies DVD .vob files -LIB_DEPENDS= dvdread.2:${PORTSDIR}/multimedia/libdvdread \ +LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt HAS_CONFIGURE= yes |