diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-06 13:06:20 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-06 13:06:20 +0000 |
commit | c58b4d3ecab966f62133386c1469e9e4843b5d58 (patch) | |
tree | 2f4c274e19cce06b59dfbe1828f795af60dd13e4 /devel/p5-DateTime-HiRes | |
parent | 0cb9d79b87ffa8088febeecc054b5e4fc7cda497 (diff) | |
download | ports-c58b4d3ecab966f62133386c1469e9e4843b5d58.tar.gz ports-c58b4d3ecab966f62133386c1469e9e4843b5d58.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-HiRes')
-rw-r--r-- | devel/p5-DateTime-HiRes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-DateTime-HiRes/Makefile b/devel/p5-DateTime-HiRes/Makefile index de1c2b43c785..8066b487393a 100644 --- a/devel/p5-DateTime-HiRes/Makefile +++ b/devel/p5-DateTime-HiRes/Makefile @@ -15,8 +15,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Create DateTime objects with sub-second current time resolution BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes PERL_MODBUILD= yes |