diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 19:01:28 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 19:01:28 +0800 |
commit | 118ac96f27061d5cd2532150f560f864e2a090bc (patch) | |
tree | 02e39c0d13eab615852e8efb425ec1c2ac7a36dd /textproc | |
parent | af6e4b44f8f09cafe3b9d4974f4468b1bcb8ae37 (diff) | |
download | freebsd-ports-gnome-118ac96f27061d5cd2532150f560f864e2a090bc.tar.gz freebsd-ports-gnome-118ac96f27061d5cd2532150f560f864e2a090bc.tar.zst freebsd-ports-gnome-118ac96f27061d5cd2532150f560f864e2a090bc.zip |
BROKEN: inconsistent dependencies on mysql 3.x and 4.x (inherited from a
dependency). This port will be removed on April 15 if still broken at
that time.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/openfts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/openfts/Makefile b/textproc/openfts/Makefile index 377638512e97..eb113176ae52 100644 --- a/textproc/openfts/Makefile +++ b/textproc/openfts/Makefile @@ -19,6 +19,9 @@ COMMENT= Open Source Full Text Search engine EXTRACT_DEPENDS=/nonexistent:${PORTSDIR}/databases/postgresql7:configure BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg +BROKEN= "Inconsistent dependencies (mysql-client 3.x and 4.x)" +DEPRECATED= "This port will be removed on April 15 if still broken." + PERL_CONFIGURE= yes USE_REINPLACE= yes |