diff options
-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 |