diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 12:54:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 12:54:48 +0000 |
commit | 80a369ead742dd3a3c586491aff7ea682cda8149 (patch) | |
tree | 85118afc7f32ab68c68dc53542060374b440694b /security | |
parent | 68e9ce7139289898c5c975ff8ab7e5e96a7eefee (diff) | |
download | ports-80a369ead742dd3a3c586491aff7ea682cda8149.tar.gz ports-80a369ead742dd3a3c586491aff7ea682cda8149.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/acid/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/acid/Makefile b/security/acid/Makefile index e196dbb69c2a..2f27a9ae19bf 100644 --- a/security/acid/Makefile +++ b/security/acid/Makefile @@ -22,6 +22,9 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4 RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 .endif +BROKEN= "Inconsistent dependencies (mod_php4 and php4)" +DEPRECATED= "This port will be removed on April 15 if it is still broken." + USE_MYSQL= yes WRKSRC= ${WRKDIR}/${PORTNAME} |