diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-18 15:59:31 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-18 15:59:31 +0000 |
commit | 921d4c706d5d8275a07373c25265bc23842f6222 (patch) | |
tree | 6ba559bc10af4af3508e610c1b823d49f23ab003 /textproc | |
parent | 670c6c8b64038c3091d577d4746e0f153fd67a18 (diff) | |
download | FreeBSD-ports-921d4c706d5d8275a07373c25265bc23842f6222.zip FreeBSD-ports-921d4c706d5d8275a07373c25265bc23842f6222.tar.gz |
Fix RUN_DEPENDS.
Submitted by: bento
Diffstat (limited to 'textproc')
-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 52fd1c0..65c90f1 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 |