From 9eb7edc89977f79767230d496cb13c057ae0ff8b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 21 Dec 2007 21:43:24 +0000 Subject: [PATCH] - This needs Module::Install to build Overlooked by: ijliao --- devel/p5-Getargs-Long/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Getargs-Long/Makefile b/devel/p5-Getargs-Long/Makefile index 586571b7d448..c515bdebce34 100644 --- a/devel/p5-Getargs-Long/Makefile +++ b/devel/p5-Getargs-Long/Makefile @@ -14,8 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Parse routine arguments -BUILD_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent \ + ${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install +RUN_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent PERL_CONFIGURE= yes