aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-07-08 00:22:54 +0800
committeradamw <adamw@FreeBSD.org>2015-07-08 00:22:54 +0800
commite9a9ff6d07aeaf222a17a4f0942518e5f8e2023b (patch)
treed2523571fe3308c1981c6321840734021baa4107 /databases
parentdd1e4661e3b884d2317fb2d10499e90ee5e488a9 (diff)
downloadfreebsd-ports-gnome-e9a9ff6d07aeaf222a17a4f0942518e5f8e2023b.tar.gz
freebsd-ports-gnome-e9a9ff6d07aeaf222a17a4f0942518e5f8e2023b.tar.zst
freebsd-ports-gnome-e9a9ff6d07aeaf222a17a4f0942518e5f8e2023b.zip
Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is unnecessary,
and sort depends where appropriate.
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-CDB_File-Generator/Makefile2
-rw-r--r--databases/p5-POE-Component-RRDTool/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-CDB_File-Generator/Makefile b/databases/p5-CDB_File-Generator/Makefile
index da3e823f5d3f..2680c87f2458 100644
--- a/databases/p5-CDB_File-Generator/Makefile
+++ b/databases/p5-CDB_File-Generator/Makefile
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate massive sorted CDB files simply
-BUILD_DEPENDS= ${LOCALBASE}/bin/cdbmake:${PORTSDIR}/databases/cdb \
+BUILD_DEPENDS= cdbmake:${PORTSDIR}/databases/cdb \
p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File
RUN_DEPENDS:= ${BUILD_DEPENDS}
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