diff options
Diffstat (limited to 'devel/p5-SVN-Statistics/Makefile')
-rw-r--r-- | devel/p5-SVN-Statistics/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-SVN-Statistics/Makefile b/devel/p5-SVN-Statistics/Makefile index 03b1be768fdb..a3710e494a3e 100644 --- a/devel/p5-SVN-Statistics/Makefile +++ b/devel/p5-SVN-Statistics/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= SVN::Statistics - perl module to create subversion statistics -BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \ - p5-RRDTool-OO>=0:${PORTSDIR}/devel/p5-RRDTool-OO \ - p5-Data-Dumper-Simple>=0:${PORTSDIR}/devel/p5-Data-Dumper-Simple \ - p5-IO-Toolkit>=0:${PORTSDIR}/devel/p5-IO-Toolkit +BUILD_DEPENDS= p5-subversion>=0:devel/p5-subversion \ + p5-RRDTool-OO>=0:devel/p5-RRDTool-OO \ + p5-Data-Dumper-Simple>=0:devel/p5-Data-Dumper-Simple \ + p5-IO-Toolkit>=0:devel/p5-IO-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |