diff options
Diffstat (limited to 'converters/p5-Convert-TNEF/Makefile')
-rw-r--r-- | converters/p5-Convert-TNEF/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-Convert-TNEF/Makefile b/converters/p5-Convert-TNEF/Makefile index 2f2b23e0fb82..83c153767a00 100644 --- a/converters/p5-Convert-TNEF/Makefile +++ b/converters/p5-Convert-TNEF/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= roman@xpert.com COMMENT= Perl module to read TNEF files -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools +BUILD_DEPENDS= ${SITE_PERL}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \ + ${SITE_PERL}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |