diff options
Diffstat (limited to 'textproc/p5-Lingua-Preferred/Makefile')
-rw-r--r-- | textproc/p5-Lingua-Preferred/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-Lingua-Preferred/Makefile b/textproc/p5-Lingua-Preferred/Makefile index b28417911a68..ea46387726b8 100644 --- a/textproc/p5-Lingua-Preferred/Makefile +++ b/textproc/p5-Lingua-Preferred/Makefile @@ -15,11 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= svenasse@polaris.ca COMMENT= Perl extension to choose a language -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Log/TraceMessages.pm:${PORTSDIR}/devel/p5-Log-TraceMessages +RUN_DEPENDS= ${SITE_PERL}/Log/TraceMessages.pm:${PORTSDIR}/devel/p5-Log-TraceMessages PERL_CONFIGURE= yes MAN3= Lingua::Preferred.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> |