diff options
Diffstat (limited to 'graphics/GIFgraph/Makefile')
-rw-r--r-- | graphics/GIFgraph/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/GIFgraph/Makefile b/graphics/GIFgraph/Makefile index 0b49e0d37ef3..3f450dc013df 100644 --- a/graphics/GIFgraph/Makefile +++ b/graphics/GIFgraph/Makefile @@ -17,11 +17,10 @@ DISTNAME= GIFgraph-${PORTVERSION} MAINTAINER= ls@gambit.com.ru COMMENT= A Perl package to generate PNG charts -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 PERL_CONFIGURE= YES -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GIFgraph.3 GIFgraph::colour.3 post-patch: |