From e021aae677676ea965c7925abd5685622ad93037 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 16 Feb 2004 11:01:28 +0000 Subject: 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. --- finance/myphpmoney/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'finance/myphpmoney') diff --git a/finance/myphpmoney/Makefile b/finance/myphpmoney/Makefile index 3cb32d074ad8..5f670713fef3 100644 --- a/finance/myphpmoney/Makefile +++ b/finance/myphpmoney/Makefile @@ -17,6 +17,9 @@ COMMENT= A PHP script for managing your accounts RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql323-client +BROKEN= "Inconsistent dependencies (mysql 3.x and 4.x)" +DEPRECATED= "This port will be removed on April 15 if still broken." + PREFIX= ${LOCALBASE} WEBOWN?= www WEBGRP?= www -- cgit