diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-06-30 14:26:27 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-06-30 14:26:27 +0000 |
commit | 19c8fdd5dcd3a5c26e753a7e7b7add8502848d6d (patch) | |
tree | 5a83a57bf014bcd898a068843c1ba05773dec72f /graphics | |
parent | eab6ee8e19ac4b5eac5b85b9db86c70ec9101472 (diff) | |
download | ports-19c8fdd5dcd3a5c26e753a7e7b7add8502848d6d.tar.gz ports-19c8fdd5dcd3a5c26e753a7e7b7add8502848d6d.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xine_d4d_plugin/Makefile | 4 | ||||
-rw-r--r-- | graphics/xine_d5d_plugin/Makefile | 4 | ||||
-rw-r--r-- | graphics/xine_dvdnav_plugin/Makefile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/xine_d4d_plugin/Makefile b/graphics/xine_d4d_plugin/Makefile index cbc1ebca89f7..275ac3e44433 100644 --- a/graphics/xine_d4d_plugin/Makefile +++ b/graphics/xine_d4d_plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xine_d4d_plugin PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://worldzone.net/technology/captaincss/ \ http://debianlinux.net/ @@ -15,7 +15,7 @@ DISTFILES= d4d031.txt MAINTAINER= gibbon@cocoa.freemail.ne.jp -LIB_DEPENDS= xine.0:${PORTSDIR}/graphics/libxine +LIB_DEPENDS= xine.1:${PORTSDIR}/graphics/libxine GNU_CONFIGURE= yes USE_X_PREFIX= yes diff --git a/graphics/xine_d5d_plugin/Makefile b/graphics/xine_d5d_plugin/Makefile index 356273a7d7c8..659226c0d4ec 100644 --- a/graphics/xine_d5d_plugin/Makefile +++ b/graphics/xine_d5d_plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xine_d5d_plugin PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://worldzone.net/technology/captaincss/ \ http://debianlinux.net/ @@ -16,7 +16,7 @@ EXTRACT_SUFX= .txt MAINTAINER= nobutaka@FreeBSD.org -LIB_DEPENDS= xine.0:${PORTSDIR}/graphics/libxine \ +LIB_DEPENDS= xine.1:${PORTSDIR}/graphics/libxine \ dvdread.2:${PORTSDIR}/graphics/libdvdread USE_AUTOMAKE= yes diff --git a/graphics/xine_dvdnav_plugin/Makefile b/graphics/xine_dvdnav_plugin/Makefile index a48c8fe64430..1933a027a68d 100644 --- a/graphics/xine_dvdnav_plugin/Makefile +++ b/graphics/xine_dvdnav_plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xine_dvdnav_plugin PORTVERSION= 0.9.10 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dvd @@ -14,7 +15,7 @@ DISTNAME= xine-dvdnav-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org -LIB_DEPENDS= xine.0:${PORTSDIR}/graphics/libxine \ +LIB_DEPENDS= xine.1:${PORTSDIR}/graphics/libxine \ dvdnav.0:${PORTSDIR}/graphics/libdvdnav GNU_CONFIGURE= yes |