diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 08:22:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 08:22:02 +0000 |
commit | deef0b133ea44e36d599a1b813f954706cb7ea7e (patch) | |
tree | 50c3d7887ed028cece3e5fb7ad0554b471c98edd /www/slash | |
parent | ea0bdf2daecfcdbc15bfc974e1d83dc4ced66e61 (diff) | |
download | ports-deef0b133ea44e36d599a1b813f954706cb7ea7e.tar.gz ports-deef0b133ea44e36d599a1b813f954706cb7ea7e.zip |
Notes
Diffstat (limited to 'www/slash')
-rw-r--r-- | www/slash/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/slash/Makefile b/www/slash/Makefile index 0b65589850fa..e41681a9ced0 100644 --- a/www/slash/Makefile +++ b/www/slash/Makefile @@ -20,6 +20,10 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/mysqld_safe:${PORTSDIR}/databases/mysql40-server RUN_DEPENDS= ${BUILD_DEPENDS} \ ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl +BROKEN= "Inconsistent dependencies (mysql-client 3.x and 4.x)" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-04-16 + DOCS= README INSTALL MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= FZ.3 Slash.3 Slash::Apache.3 Slash::Apache::Banlist.3 \ |