From 3f045411d0ad38e07e194abbf5a4e0fd9ff187ba Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Tue, 27 Jan 2009 20:00:34 +0000 Subject: [PATCH] - Added dependency for svnlook executable Reported by: QAT --- devel/p5-SVN-Look/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-SVN-Look/Makefile b/devel/p5-SVN-Look/Makefile index eb17a87c34da..3b0bf32c79f5 100644 --- a/devel/p5-SVN-Look/Makefile +++ b/devel/p5-SVN-Look/Makefile @@ -7,6 +7,7 @@ PORTNAME= SVN-Look PORTVERSION= 0.13.463 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= glarkin@FreeBSD.org COMMENT= A caching wrapper aroung the svnlook command -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-PathTools +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-PathTools \ + ${LOCALBASE}/bin/svnlook:${PORTSDIR}/devel/subversion RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes