aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz-Data-Structure
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 /graphics/p5-GraphViz-Data-Structure
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 'graphics/p5-GraphViz-Data-Structure')
-rw-r--r--graphics/p5-GraphViz-Data-Structure/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-GraphViz-Data-Structure/Makefile b/graphics/p5-GraphViz-Data-Structure/Makefile
index 838e04d029c7..cc7c8ed5fd67 100644
--- a/graphics/p5-GraphViz-Data-Structure/Makefile
+++ b/graphics/p5-GraphViz-Data-Structure/Makefile
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Visualise data structures
-BUILD_DEPENDS= p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz \
- ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz
+BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \
+ p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5