diff options
author | culot <culot@FreeBSD.org> | 2012-06-06 19:22:18 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-06 19:22:18 +0800 |
commit | 9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf (patch) | |
tree | 565ba845fe1e8c8941614bb1acd311fe0946ef7a /devel/p5-DateTime-Format-MySQL | |
parent | 3cf6891ad3759c0a1fe8952fa069d21cda75d6ae (diff) | |
download | freebsd-ports-gnome-9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf.tar.gz freebsd-ports-gnome-9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf.tar.zst freebsd-ports-gnome-9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'devel/p5-DateTime-Format-MySQL')
-rw-r--r-- | devel/p5-DateTime-Format-MySQL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Format-MySQL/Makefile b/devel/p5-DateTime-Format-MySQL/Makefile index f37cc18f0778..b9ec6057f375 100644 --- a/devel/p5-DateTime-Format-MySQL/Makefile +++ b/devel/p5-DateTime-Format-MySQL/Makefile @@ -15,8 +15,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format MySQL dates and times BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder +RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder PERL_MODBUILD= yes |