From dd55b63d014ae5809d79bedfd2e799a8625478bf Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 18 Mar 2002 16:03:07 +0000 Subject: [PATCH] Actually fix RUN_DEPENDS. Submitted by: bento --- textproc/p5-Lingua-Preferred/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/p5-Lingua-Preferred/Makefile b/textproc/p5-Lingua-Preferred/Makefile index 65c90f13cb58..7af4aea147e0 100644 --- a/textproc/p5-Lingua-Preferred/Makefile +++ b/textproc/p5-Lingua-Preferred/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= svenasse@polaris.ca -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/${PERL_VER}/Log/TraceMessages.pm:${PORTSDIR}/devel/p5-Log-TraceMessages +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Log/TraceMessages.pm:${PORTSDIR}/devel/p5-Log-TraceMessages PERL_CONFIGURE= yes