diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-03-29 11:06:53 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-03-29 11:06:53 +0000 |
commit | 81282a1034202033396dd89443dbcb8865f1dbe8 (patch) | |
tree | 7aca0f46708abe84fc55568db11d8a9243902eb7 /graphics/xine_dvdnav_plugin | |
parent | 8a8852372fd87fc54bc3cd4bcd99e861e5184bdf (diff) | |
download | ports-81282a1034202033396dd89443dbcb8865f1dbe8.tar.gz ports-81282a1034202033396dd89443dbcb8865f1dbe8.zip |
Notes
Diffstat (limited to 'graphics/xine_dvdnav_plugin')
-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 |