diff options
author | kris <kris@FreeBSD.org> | 2004-02-16 18:36:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-16 18:36:38 +0800 |
commit | aee5cac867a5d78f89d76a206f8e9580a04f71c5 (patch) | |
tree | 3ce4a7af9b7a392b857055e90828e6a635e59a83 /net | |
parent | fac7999b5b3c1ca37b6f8001b05d32e841756cfa (diff) | |
download | freebsd-ports-gnome-aee5cac867a5d78f89d76a206f8e9580a04f71c5.tar.gz freebsd-ports-gnome-aee5cac867a5d78f89d76a206f8e9580a04f71c5.tar.zst freebsd-ports-gnome-aee5cac867a5d78f89d76a206f8e9580a04f71c5.zip |
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/hawk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/hawk/Makefile b/net/hawk/Makefile index 6563d0643d03..df067d1fd9ba 100644 --- a/net/hawk/Makefile +++ b/net/hawk/Makefile @@ -18,6 +18,9 @@ RUN_DEPENDS= php-config:${PORTSDIR}/www/mod_php4 \ safe_mysqld:${PORTSDIR}/databases/mysql323-server \ ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask +BROKEN= "Inconsistent dependencies (mysql-client 3.x and 4.x)" +DEPRECATED= "This port will be removed on April 15 if still broken." + do-patch: @${SED} -e 's#dirname.*"/hawk#"${PREFIX}/etc/hawk/daemon#' \ ${WRKSRC}/daemon/hawk > ${WRKSRC}/daemon/hawk.sed |