diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-02-01 17:26:28 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-02-01 17:26:28 +0000 |
commit | 728a2fab0c46465e93dbeeac1270ec888aa221b5 (patch) | |
tree | a7a91e41a8855732d20426974fc5f2a3fc3ceb82 | |
parent | Fix build on -CURRENT. (diff) |
Mark FORBIDDEN.
xine_d4d_plugin and xine_d5d_plugin are incompatible with the current version of xine.
Notes
Notes:
svn path=/head/; revision=74426
-rw-r--r-- | graphics/xine_d4d_plugin/Makefile | 2 | ||||
-rw-r--r-- | graphics/xine_d5d_plugin/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xine_d4d_plugin/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xine_d5d_plugin/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/graphics/xine_d4d_plugin/Makefile b/graphics/xine_d4d_plugin/Makefile index 0ef41aab70b2..dc93aa8d8463 100644 --- a/graphics/xine_d4d_plugin/Makefile +++ b/graphics/xine_d4d_plugin/Makefile @@ -11,6 +11,8 @@ CATEGORIES= graphics MASTER_SITES= http://debianlinux.net/ \ http://hermes.homelinux.net/xine/ +FORBIDDEN= Incompatible with the current version of xine + MAINTAINER= gibbon@cocoa.freemail.ne.jp LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine diff --git a/graphics/xine_d5d_plugin/Makefile b/graphics/xine_d5d_plugin/Makefile index 8b52c12a6bc5..4c9de8ea1476 100644 --- a/graphics/xine_d5d_plugin/Makefile +++ b/graphics/xine_d5d_plugin/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://debianlinux.net/ \ DISTNAME= xine-d5d-${PORTVERSION} EXTRACT_SUFX= .tgz +FORBIDDEN= Incompatible with the current version of xine + MAINTAINER= nobutaka@FreeBSD.org LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine \ diff --git a/multimedia/xine_d4d_plugin/Makefile b/multimedia/xine_d4d_plugin/Makefile index 0ef41aab70b2..dc93aa8d8463 100644 --- a/multimedia/xine_d4d_plugin/Makefile +++ b/multimedia/xine_d4d_plugin/Makefile @@ -11,6 +11,8 @@ CATEGORIES= graphics MASTER_SITES= http://debianlinux.net/ \ http://hermes.homelinux.net/xine/ +FORBIDDEN= Incompatible with the current version of xine + MAINTAINER= gibbon@cocoa.freemail.ne.jp LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine diff --git a/multimedia/xine_d5d_plugin/Makefile b/multimedia/xine_d5d_plugin/Makefile index 8b52c12a6bc5..4c9de8ea1476 100644 --- a/multimedia/xine_d5d_plugin/Makefile +++ b/multimedia/xine_d5d_plugin/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://debianlinux.net/ \ DISTNAME= xine-d5d-${PORTVERSION} EXTRACT_SUFX= .tgz +FORBIDDEN= Incompatible with the current version of xine + MAINTAINER= nobutaka@FreeBSD.org LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine \ |