summaryrefslogtreecommitdiff
path: root/ports-mgmt/newportsversioncheck
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-29 22:28:57 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-29 22:28:57 +0000
commit29fbe138fc146ca7f2b7fc864d74d5e0fea43654 (patch)
treefd11e661b8d2fa86ccf6371000a0e7c864677e04 /ports-mgmt/newportsversioncheck
parentMake submitter maintainer (diff)
Fix PERL_RUN_DEPENDS syntax.
Noticed by: YAPHR
Notes
Notes: svn path=/head/; revision=154744
Diffstat (limited to 'ports-mgmt/newportsversioncheck')
-rw-r--r--ports-mgmt/newportsversioncheck/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/newportsversioncheck/Makefile b/ports-mgmt/newportsversioncheck/Makefile
index 816444ee6211..271e9bfeab2a 100644
--- a/ports-mgmt/newportsversioncheck/Makefile
+++ b/ports-mgmt/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