aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-EN-AddressParse
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-04-17 03:22:36 +0000
committerPatrick Li <pat@FreeBSD.org>2002-04-17 03:22:36 +0000
commita0d47f1e3e13e42e2b93ea492e70c71b950a3871 (patch)
tree11313cc7c6f2da0aa2fe66275d55a32d6db24395 /textproc/p5-Lingua-EN-AddressParse
parentd91d40ce28c34c041c26a01fc5f8eb9fb4d0f577 (diff)
downloadports-a0d47f1e3e13e42e2b93ea492e70c71b950a3871.tar.gz
ports-a0d47f1e3e13e42e2b93ea492e70c71b950a3871.zip
Fix typo in BUILD_DEPENDS
PR: 37168 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=57782
Diffstat (limited to 'textproc/p5-Lingua-EN-AddressParse')
-rw-r--r--textproc/p5-Lingua-EN-AddressParse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Lingua-EN-AddressParse/Makefile b/textproc/p5-Lingua-EN-AddressParse/Makefile
index 98dcd96b05b6..109b6411cf76 100644
--- a/textproc/p5-Lingua-EN-AddressParse/Makefile
+++ b/textproc/p5-Lingua-EN-AddressParse/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= svenasse@polaris.ca
BUILD_DEPENDS= ${SITE_PERL}/Lingua/EN/NameParse.pm:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \
${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
- ${SITE_PERL}/${PERL_VER}/Locale/SubCountry.pm:${PORTSDIR}/misc/p5-Locale-SubCountry
+ ${SITE_PERL}/Locale/SubCountry.pm:${PORTSDIR}/misc/p5-Locale-SubCountry
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}