diff options
author | culot <culot@FreeBSD.org> | 2012-06-07 16:13:02 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-07 16:13:02 +0800 |
commit | ba7ce4ea6f7b0ce7b5f0d773ac4c3c074a700a4f (patch) | |
tree | bec3a8326c456c13a9aada2ddab22c82f86fc74a /devel/p5-DateTime-Calendar-FrenchRevolutionary | |
parent | 3587baba54d58443a30602ec2ec0f763c087687e (diff) | |
download | freebsd-ports-gnome-ba7ce4ea6f7b0ce7b5f0d773ac4c3c074a700a4f.tar.gz freebsd-ports-gnome-ba7ce4ea6f7b0ce7b5f0d773ac4c3c074a700a4f.tar.zst freebsd-ports-gnome-ba7ce4ea6f7b0ce7b5f0d773ac4c3c074a700a4f.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'devel/p5-DateTime-Calendar-FrenchRevolutionary')
-rw-r--r-- | devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile b/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile index 3bacdeefc9f0..3444c1f448c1 100644 --- a/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile +++ b/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile @@ -15,8 +15,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Dates in the French Revolutionary Calendar BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/Roman.pm:${PORTSDIR}/math/p5-Roman +RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-Roman>=0:${PORTSDIR}/math/p5-Roman PERL_MODBUILD= yes |