diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 08:31:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 08:31:14 +0000 |
commit | 24374f6b476eef87d6c06c6c94519992faf7a610 (patch) | |
tree | 9c2341a0f83580c47ceb27f43687579284650b0e /lang | |
parent | 95b164bae683ae6cb11d75d9725d0572d4f8c80c (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Interpolation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/p5-Interpolation/Makefile b/lang/p5-Interpolation/Makefile index fae4931524b0..49c5563f8fe6 100644 --- a/lang/p5-Interpolation/Makefile +++ b/lang/p5-Interpolation/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implement arbitrary string interpolation semantics for Perl -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |