diff options
Diffstat (limited to 'textproc/p5-Text-vCard')
-rw-r--r-- | textproc/p5-Text-vCard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile index cb6f91fac919..2a01130bac17 100644 --- a/textproc/p5-Text-vCard/Makefile +++ b/textproc/p5-Text-vCard/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= A package to parse, edit and create multiple vCards (RFC 2426) -BUILD_DEPENDS= ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \ - ${SITE_PERL}/Text/vFile/asData.pm:${PORTSDIR}/devel/p5-Text-vFile-asData +BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-Text-vFile-asData>=0:${PORTSDIR}/devel/p5-Text-vFile-asData RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |