diff options
Diffstat (limited to 'graphics/p5-Chart-PNGgraph/Makefile')
-rw-r--r-- | graphics/p5-Chart-PNGgraph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Chart-PNGgraph/Makefile b/graphics/p5-Chart-PNGgraph/Makefile index 60031283d83d..4c5996454964 100644 --- a/graphics/p5-Chart-PNGgraph/Makefile +++ b/graphics/p5-Chart-PNGgraph/Makefile @@ -14,8 +14,8 @@ COMMENT= Perl module for generating presentation graphics (i.e., charts) LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ - p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph +BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD \ + p5-GD-Graph>=0:graphics/p5-GD-Graph RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |