summaryrefslogtreecommitdiff
path: root/ports-mgmt/newportsversioncheck
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-02-23 08:28:48 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-02-23 08:28:48 +0000
commitbce8e54a02ce47d9e74acecc026a390dbc111b43 (patch)
tree03b0997664625e37524e8bb363c5391017a83c7f /ports-mgmt/newportsversioncheck
parent* Back out the PERL_(BUILD|RUN)_DEPENDS. It needs to be reimplemented (diff)
Back out PERL_(BUILD|RUN)_DEPENDS pending reimplementation
Notes
Notes: svn path=/head/; revision=156743
Diffstat (limited to 'ports-mgmt/newportsversioncheck')
-rw-r--r--ports-mgmt/newportsversioncheck/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/ports-mgmt/newportsversioncheck/Makefile b/ports-mgmt/newportsversioncheck/Makefile
index 271e9bfeab2a..ee30daf4c613 100644
--- a/ports-mgmt/newportsversioncheck/Makefile
+++ b/ports-mgmt/newportsversioncheck/Makefile
@@ -14,10 +14,9 @@ MASTER_SITES= http://www.mavetju.org/download/
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 \
- LWP:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
+ ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
+ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
USE_PERL_RUN= yes
USE_SQLITE= yes