diff options
Diffstat (limited to 'textproc/p5-Text-Graphics/Makefile')
-rw-r--r-- | textproc/p5-Text-Graphics/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-Text-Graphics/Makefile b/textproc/p5-Text-Graphics/Makefile index 9df57d09932e..0638c0348c54 100644 --- a/textproc/p5-Text-Graphics/Makefile +++ b/textproc/p5-Text-Graphics/Makefile @@ -15,13 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= A text graphics rendering toolkit -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Wrapper.pm:${PORTSDIR}/textproc/p5-Text-Wrapper +BUILD_DEPENDS= ${SITE_PERL}/Text/Wrapper.pm:${PORTSDIR}/textproc/p5-Text-Wrapper RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Text::Graphics.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-patch: @${RM} ${WRKSRC}/lib/Text/Graphics.pm.orig |