diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-29 22:28:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-29 22:28:57 +0000 |
commit | 29fbe138fc146ca7f2b7fc864d74d5e0fea43654 (patch) | |
tree | fd11e661b8d2fa86ccf6371000a0e7c864677e04 /sysutils/newportsversioncheck | |
parent | b5f65a7c87ba6755b1959c350334156acf377469 (diff) |
Notes
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 816444ee6211..271e9bfeab2a 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 |