diff options
Diffstat (limited to 'devel/p5-AI-Pathfinding-AStar')
-rw-r--r-- | devel/p5-AI-Pathfinding-AStar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-AI-Pathfinding-AStar/Makefile b/devel/p5-AI-Pathfinding-AStar/Makefile index 445d06400fa5..2392ec074a04 100644 --- a/devel/p5-AI-Pathfinding-AStar/Makefile +++ b/devel/p5-AI-Pathfinding-AStar/Makefile @@ -14,7 +14,7 @@ COMMENT= Perl implementation of the A* pathfinding algorithm LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Heap>=0:${PORTSDIR}/devel/p5-Heap +BUILD_DEPENDS= p5-Heap>=0:devel/p5-Heap RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |