diff options
author | erwin <erwin@FreeBSD.org> | 2003-08-10 04:05:07 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-08-10 04:05:07 +0800 |
commit | 01e90693e8ab7a62baf1a512db4d7b1e3fc5b7e1 (patch) | |
tree | 89a75665bfbc00b5d21c9d600ab7e09729299df4 /devel/p5-DateTime-Format-Epoch | |
parent | c209f69259922b9cbbacbe8e7ed77270a81b4b81 (diff) | |
download | freebsd-ports-gnome-01e90693e8ab7a62baf1a512db4d7b1e3fc5b7e1.tar.gz freebsd-ports-gnome-01e90693e8ab7a62baf1a512db4d7b1e3fc5b7e1.tar.zst freebsd-ports-gnome-01e90693e8ab7a62baf1a512db4d7b1e3fc5b7e1.zip |
devel/p5-DateTime-LeapSecond has been integrated into devel/p5-DateTime
so remove the explicit dependency on it. Please pass that pointy hat!
Diffstat (limited to 'devel/p5-DateTime-Format-Epoch')
-rw-r--r-- | devel/p5-DateTime-Format-Epoch/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/p5-DateTime-Format-Epoch/Makefile b/devel/p5-DateTime-Format-Epoch/Makefile index db8a1108a337..aa20dbd6ee02 100644 --- a/devel/p5-DateTime-Format-Epoch/Makefile +++ b/devel/p5-DateTime-Format-Epoch/Makefile @@ -16,7 +16,6 @@ MAINTAINER= m@absolight.net COMMENT= Convert DateTimes to/from epoch seconds RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/DateTime/LeapSecond.pm:${PORTSDIR}/devel/p5-DateTime-LeapSecond \ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt BUILD_DEPENDS= ${RUN_DEPENDS} |