diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-07-07 16:22:54 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-07-07 16:22:54 +0000 |
commit | b2fa1c69a68bbc74a39079922b70eebc39ad2fd9 (patch) | |
tree | d2523571fe3308c1981c6321840734021baa4107 /databases/p5-POE-Component-RRDTool | |
parent | 90b174bf8472485c11afb5e2848e6f61c88a365c (diff) |
Notes
Diffstat (limited to 'databases/p5-POE-Component-RRDTool')
-rw-r--r-- | databases/p5-POE-Component-RRDTool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-POE-Component-RRDTool/Makefile b/databases/p5-POE-Component-RRDTool/Makefile index 7a6c1cb23a99..7e2b0a57bbdb 100644 --- a/databases/p5-POE-Component-RRDTool/Makefile +++ b/databases/p5-POE-Component-RRDTool/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE interface to Round Robin Database Tools -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool +BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \ + p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |