aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-POE-Component-RRDTool
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-07-07 16:22:54 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-07-07 16:22:54 +0000
commitb2fa1c69a68bbc74a39079922b70eebc39ad2fd9 (patch)
treed2523571fe3308c1981c6321840734021baa4107 /databases/p5-POE-Component-RRDTool
parent90b174bf8472485c11afb5e2848e6f61c88a365c (diff)
downloadports-b2fa1c69a68bbc74a39079922b70eebc39ad2fd9.tar.gz
ports-b2fa1c69a68bbc74a39079922b70eebc39ad2fd9.zip
Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is unnecessary,
and sort depends where appropriate.
Notes
Notes: svn path=/head/; revision=391514
Diffstat (limited to 'databases/p5-POE-Component-RRDTool')
-rw-r--r--databases/p5-POE-Component-RRDTool/Makefile4
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