diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-09 06:50:02 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-09 06:50:02 +0000 |
commit | 1f150690e1d586147f3e4b204d5093515cda1868 (patch) | |
tree | 63530a58f4ea7dd61689a19c1235464c2545e1a1 /devel/p5-DateTime-Format-Roman | |
parent | 4b0a5b46723a23688486990078fa82bf94c25a78 (diff) | |
download | ports-1f150690e1d586147f3e4b204d5093515cda1868.tar.gz ports-1f150690e1d586147f3e4b204d5093515cda1868.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-Roman')
-rw-r--r-- | devel/p5-DateTime-Format-Roman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Format-Roman/Makefile b/devel/p5-DateTime-Format-Roman/Makefile index ce23962e796d..b9108f90888c 100644 --- a/devel/p5-DateTime-Format-Roman/Makefile +++ b/devel/p5-DateTime-Format-Roman/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Roman day numbering for DateTime objects -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 BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |