diff options
Diffstat (limited to 'graphics/springgraph/Makefile')
-rw-r--r-- | graphics/springgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/springgraph/Makefile b/graphics/springgraph/Makefile index cc354cea9df7..894876fd5bd6 100644 --- a/graphics/springgraph/Makefile +++ b/graphics/springgraph/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .pl MAINTAINER= ports@FreeBSD.org COMMENT= Render graph described in a .dot file -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD USE_PERL5= yes EXTRACT_CMD= ${CP} |