diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:07:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:07:27 +0000 |
commit | e13515f304b4eb05767a6453990dce8a1cc95234 (patch) | |
tree | 5af52ac5bc3c3ee69de6c955c53219549a3d434b /devel/p5-Log-Accounting-SVK | |
parent | 4641b63dd110dfe3a5eb439a464a3b08b0a4075d (diff) |
Notes
Diffstat (limited to 'devel/p5-Log-Accounting-SVK')
-rw-r--r-- | devel/p5-Log-Accounting-SVK/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Log-Accounting-SVK/Makefile b/devel/p5-Log-Accounting-SVK/Makefile index a46fd0674995..7e19c5db49ed 100644 --- a/devel/p5-Log-Accounting-SVK/Makefile +++ b/devel/p5-Log-Accounting-SVK/Makefile @@ -15,11 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= Perl module for accounting SVK repository -BUILD_DEPENDS= ${SITE_PERL}/SVK.pm:${PORTSDIR}/devel/svk \ - ${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy \ - ${SITE_PERL}/Graph/SocialMap.pm:${PORTSDIR}/graphics/p5-Graph-SocialMap \ - ${SITE_PERL}/Graph/Writer/GraphViz.pm:${PORTSDIR}/graphics/p5-Graph-Writer-GraphViz \ - ${SITE_PERL}/Algorithm/Accounting.pm:${PORTSDIR}/devel/p5-Algorithm-Accounting +BUILD_DEPENDS= svk>=0:${PORTSDIR}/devel/svk \ + p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy \ + p5-Graph-SocialMap>=0:${PORTSDIR}/graphics/p5-Graph-SocialMap \ + p5-Graph-Writer-GraphViz>=0:${PORTSDIR}/graphics/p5-Graph-Writer-GraphViz \ + p5-Algorithm-Accounting>=0:${PORTSDIR}/devel/p5-Algorithm-Accounting RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |