diff options
Diffstat (limited to 'ports-mgmt/newportsversioncheck')
-rw-r--r-- | ports-mgmt/newportsversioncheck/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ports-mgmt/newportsversioncheck/Makefile b/ports-mgmt/newportsversioncheck/Makefile index ee30daf4c613..816444ee6211 100644 --- a/ports-mgmt/newportsversioncheck/Makefile +++ b/ports-mgmt/newportsversioncheck/Makefile @@ -14,9 +14,10 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org COMMENT= Ports new version checker -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 +PERL_RUN_DEPENDS= \ + DBD/SQLite:${PORTSDIR}/databases/p5-DBD-SQLite \ + MIME/Lite:${PORTSDIR}/mail/p5-MIME-Lite \ + LWP:${PORTSDIR}/www/p5-libwww USE_PERL_RUN= yes USE_SQLITE= yes |