From fcce29b75509f8184b89c8451a3f2bacb1755c0e Mon Sep 17 00:00:00 2001 From: skv Date: Tue, 6 Feb 2007 18:40:29 +0000 Subject: Fix RUN_DEPENDS --- games/hlstats/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'games') diff --git a/games/hlstats/Makefile b/games/hlstats/Makefile index 1f9f647d344..a3f4e9d0410 100644 --- a/games/hlstats/Makefile +++ b/games/hlstats/Makefile @@ -14,9 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= farrokhi@FreeBSD.org COMMENT= A real-time stats parser for Half Life & its mods -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql - -BROKEN= Broken dependency +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql NO_BUILD= yes USE_APACHE= yes -- cgit