diff options
Diffstat (limited to 'devel/p5-SVN-Agent/Makefile')
-rw-r--r-- | devel/p5-SVN-Agent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-SVN-Agent/Makefile b/devel/p5-SVN-Agent/Makefile index 79e4d585a140..fcedf4ff85a8 100644 --- a/devel/p5-SVN-Agent/Makefile +++ b/devel/p5-SVN-Agent/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= Simple svn manipulation -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion \ +BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} |