diff options
author | erwin <erwin@FreeBSD.org> | 2008-07-09 23:52:56 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-07-09 23:52:56 +0800 |
commit | f6df66303d4b2115cd8808b270842326c918fc71 (patch) | |
tree | 062a214f59b9dd8690ff1eb8b1b1589f061b8901 /sysutils | |
parent | bf135d0ce22b3a0442ff001055624192522bb2f3 (diff) | |
download | freebsd-ports-gnome-f6df66303d4b2115cd8808b270842326c918fc71.tar.gz freebsd-ports-gnome-f6df66303d4b2115cd8808b270842326c918fc71.tar.zst freebsd-ports-gnome-f6df66303d4b2115cd8808b270842326c918fc71.zip |
p5-ZConf is in net/, not devel/, which hopefully unbreaks INDEX
Pointyhat to: edwin
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/zccron/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/zccron/Makefile b/sysutils/zccron/Makefile index 9f393c9b8896..dccac41444aa 100644 --- a/sysutils/zccron/Makefile +++ b/sysutils/zccron/Makefile @@ -19,7 +19,7 @@ COMMENT= A cron like tool that performs a single pass on a crontab stored in ZCo RUN_DEPENDS= ${SITE_PERL}/DateTime/Event/Cron.pm:${PORTSDIR}/devel/p5-DateTime-Event-Cron \ ${SITE_PERL}/${PERL_ARCH}/DateTime/Duration.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ - ${SITE_PERL}/ZConf.pm:${PORTSDIR}/devel/p5-ZConf + ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf USE_PERL5= yes NO_WRKSUBDIR= yes |