diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-23 08:28:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-23 08:28:48 +0000 |
commit | bce8e54a02ce47d9e74acecc026a390dbc111b43 (patch) | |
tree | 03b0997664625e37524e8bb363c5391017a83c7f /ports-mgmt/newportsversioncheck/Makefile | |
parent | 9c33f48abd5d686aa9788085fb1a2965297258a1 (diff) | |
download | ports-bce8e54a02ce47d9e74acecc026a390dbc111b43.tar.gz ports-bce8e54a02ce47d9e74acecc026a390dbc111b43.zip |
Notes
Diffstat (limited to 'ports-mgmt/newportsversioncheck/Makefile')
-rw-r--r-- | ports-mgmt/newportsversioncheck/Makefile | 7 |
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 |