diff options
Diffstat (limited to 'devel/p5-Config-Ini/Makefile')
-rw-r--r-- | devel/p5-Config-Ini/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-Config-Ini/Makefile b/devel/p5-Config-Ini/Makefile index 7f65f0a82f6a..679bec96b880 100644 --- a/devel/p5-Config-Ini/Makefile +++ b/devel/p5-Config-Ini/Makefile @@ -15,11 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl interface to MS-Windows registry and .ini files -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash +BUILD_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash PERL_CONFIGURE= YES -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Config::Ini.3 .include <bsd.port.mk> |