diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-03-29 19:06:53 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-03-29 19:06:53 +0800 |
commit | c7f87037c45048083c0eec538ccd43c16b3c9416 (patch) | |
tree | 4d2bfaf50b1eadf5bcc7b1764da44aa5dfbbb233 /graphics | |
parent | 9d4f1930188b14c53cee76be904e9ab074a951dd (diff) | |
download | freebsd-ports-gnome-c7f87037c45048083c0eec538ccd43c16b3c9416.tar.gz freebsd-ports-gnome-c7f87037c45048083c0eec538ccd43c16b3c9416.tar.zst freebsd-ports-gnome-c7f87037c45048083c0eec538ccd43c16b3c9416.zip |
Follow libdvdcss shared library version bump.
Bump PORTREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xine_dvdnav_plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xine_dvdnav_plugin/Makefile b/graphics/xine_dvdnav_plugin/Makefile index 0bc82ff3e136..4d3d8dbdd9f9 100644 --- a/graphics/xine_dvdnav_plugin/Makefile +++ b/graphics/xine_dvdnav_plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xine_dvdnav_plugin PORTVERSION= 0.9.8.b +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dvd @@ -15,7 +16,7 @@ DISTNAME= xine-dvdnav-${PORTVERSION:C/b/beta/} MAINTAINER= nobutaka@FreeBSD.org LIB_DEPENDS= xine.0:${PORTSDIR}/graphics/libxine \ - dvdcss.0:${PORTSDIR}/graphics/libdvdcss \ + dvdcss.1:${PORTSDIR}/graphics/libdvdcss \ dvdread.2:${PORTSDIR}/graphics/libdvdread GNU_CONFIGURE= yes |