diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 16:22:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 16:22:02 +0800 |
commit | 154a20669641bd487afa27d8fe8bfab7d4b590eb (patch) | |
tree | acd82399f0434a86cc41adf5aa86fee554bcc9f7 /www/slash | |
parent | f0a04d75bb860f88913c182ff21a8afcb0bc6961 (diff) | |
download | freebsd-ports-graphics-154a20669641bd487afa27d8fe8bfab7d4b590eb.tar.gz freebsd-ports-graphics-154a20669641bd487afa27d8fe8bfab7d4b590eb.tar.zst freebsd-ports-graphics-154a20669641bd487afa27d8fe8bfab7d4b590eb.zip |
BROKEN: Inconsistent dependencies (mysql-client-3.x and 4.x). This port will
be removed on April 16 if it is still broken at that time.
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 0b65589850f..e41681a9ced 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 \ |