diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-29 22:28:57 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-29 22:28:57 +0000 |
commit | 298b043d7d71bad5eddbed046d22b6373fbb526c (patch) | |
tree | 3a333c261d60589ad21f0040ff214f4cc683944d /sysutils/newportsversioncheck | |
parent | ef6d0264fa8492d056380c43cf8f4c095cf6f0a9 (diff) | |
download | FreeBSD-ports-298b043d7d71bad5eddbed046d22b6373fbb526c.zip FreeBSD-ports-298b043d7d71bad5eddbed046d22b6373fbb526c.tar.gz |
Fix PERL_RUN_DEPENDS syntax.
Noticed by: YAPHR
Diffstat (limited to 'sysutils/newportsversioncheck')
-rw-r--r-- | sysutils/newportsversioncheck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/newportsversioncheck/Makefile b/sysutils/newportsversioncheck/Makefile index 816444e..271e9bf 100644 --- a/sysutils/newportsversioncheck/Makefile +++ b/sysutils/newportsversioncheck/Makefile @@ -15,8 +15,8 @@ MAINTAINER= edwin@mavetju.org COMMENT= Ports new version checker PERL_RUN_DEPENDS= \ - DBD/SQLite:${PORTSDIR}/databases/p5-DBD-SQLite \ - MIME/Lite:${PORTSDIR}/mail/p5-MIME-Lite \ + DBD-SQLite:${PORTSDIR}/databases/p5-DBD-SQLite \ + MIME-Lite:${PORTSDIR}/mail/p5-MIME-Lite \ LWP:${PORTSDIR}/www/p5-libwww USE_PERL_RUN= yes |