From 77f28f9bfbd8d2ba78aca3ac2a786e62b3ce6ab0 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 18 Mar 2002 16:03:07 +0000 Subject: Actually fix RUN_DEPENDS. Submitted by: bento --- textproc/p5-Lingua-Preferred/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc') 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 -- cgit