diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-06-30 22:26:27 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-06-30 22:26:27 +0800 |
commit | 837c8fdb0f13e05a012554450f65ceb10947b321 (patch) | |
tree | 581d654074b2a67f6f4c43a3da4020b4e63b76cd /multimedia | |
parent | f9c75517895624b90f2121e460fd5b34c3c1344d (diff) | |
download | freebsd-ports-gnome-837c8fdb0f13e05a012554450f65ceb10947b321.tar.gz freebsd-ports-gnome-837c8fdb0f13e05a012554450f65ceb10947b321.tar.zst freebsd-ports-gnome-837c8fdb0f13e05a012554450f65ceb10947b321.zip |
Sync with libxine shared library version bump.
Bump PORTREVISION.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xine_d4d_plugin/Makefile | 4 | ||||
-rw-r--r-- | multimedia/xine_d5d_plugin/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/xine_d4d_plugin/Makefile b/multimedia/xine_d4d_plugin/Makefile index cbc1ebca89f7..275ac3e44433 100644 --- a/multimedia/xine_d4d_plugin/Makefile +++ b/multimedia/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/multimedia/xine_d5d_plugin/Makefile b/multimedia/xine_d5d_plugin/Makefile index 356273a7d7c8..659226c0d4ec 100644 --- a/multimedia/xine_d5d_plugin/Makefile +++ b/multimedia/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 |