aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-vCard
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2012-06-06 18:43:19 +0800
committerehaupt <ehaupt@FreeBSD.org>2012-06-06 18:43:19 +0800
commit28bc550f61cdaf27db599ad1e296f2062a337c8b (patch)
treeedde8cb274be868771da222c2372cd8d700a5693 /textproc/p5-Text-vCard
parent87e741950f4ede0fb4ac6117b9c142420a080773 (diff)
downloadfreebsd-ports-gnome-28bc550f61cdaf27db599ad1e296f2062a337c8b.tar.gz
freebsd-ports-gnome-28bc550f61cdaf27db599ad1e296f2062a337c8b.tar.zst
freebsd-ports-gnome-28bc550f61cdaf27db599ad1e296f2062a337c8b.zip
Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by: az
Diffstat (limited to 'textproc/p5-Text-vCard')
-rw-r--r--textproc/p5-Text-vCard/Makefile4
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