diff options
author | pat <pat@FreeBSD.org> | 2002-04-17 11:22:36 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-04-17 11:22:36 +0800 |
commit | 34d4d786bc074f1c2b362f218150eedb598daddb (patch) | |
tree | fd85a99b6b35337162b18ccb2d4a8acbee621628 /textproc | |
parent | a3fd1197d61387f26a7dca745c9104eef3eeb0b0 (diff) | |
download | freebsd-ports-gnome-34d4d786bc074f1c2b362f218150eedb598daddb.tar.gz freebsd-ports-gnome-34d4d786bc074f1c2b362f218150eedb598daddb.tar.zst freebsd-ports-gnome-34d4d786bc074f1c2b362f218150eedb598daddb.zip |
Fix typo in BUILD_DEPENDS
PR: 37168
Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-EN-AddressParse/Makefile | 2 |
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} |