diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 11:01:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 11:01:28 +0000 |
commit | 118ac96f27061d5cd2532150f560f864e2a090bc (patch) | |
tree | 02e39c0d13eab615852e8efb425ec1c2ac7a36dd /finance/myphpmoney | |
parent | af6e4b44f8f09cafe3b9d4974f4468b1bcb8ae37 (diff) | |
download | ports-118ac96f27061d5cd2532150f560f864e2a090bc.tar.gz ports-118ac96f27061d5cd2532150f560f864e2a090bc.zip |
Notes
Diffstat (limited to 'finance/myphpmoney')
-rw-r--r-- | finance/myphpmoney/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |