diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 15:59:31 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 15:59:31 +0000 |
commit | 9ebc1a02ae02d5c271e3aa856d5a2d3a2555a383 (patch) | |
tree | e4471d71c602076413fa0568e78573e1b4c89f0f /textproc/p5-Lingua-Preferred | |
parent | Unbroke on 4.5-STABLE. (diff) |
Fix RUN_DEPENDS.
Submitted by: bento
Diffstat (limited to 'textproc/p5-Lingua-Preferred')
-rw-r--r-- | textproc/p5-Lingua-Preferred/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Lingua-Preferred/Makefile b/textproc/p5-Lingua-Preferred/Makefile index 52fd1c0a3032..65c90f13cb58 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/TraceMessage.pm:${PORTSDIR}/devel/p5-Log-TraceMessages +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/${PERL_VER}/Log/TraceMessages.pm:${PORTSDIR}/devel/p5-Log-TraceMessages PERL_CONFIGURE= yes |