diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-21 22:15:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-21 22:15:45 +0000 |
commit | 1cb458c20befe3a4310488102e8d4a5899925bcd (patch) | |
tree | 64811c4db9dd468ffef1ab5d14eb959a93fedeaf /ports-mgmt/newportsversioncheck | |
parent | feb7b457a05615630751b8c5a0f6d078e943c79d (diff) | |
download | ports-1cb458c20befe3a4310488102e8d4a5899925bcd.tar.gz ports-1cb458c20befe3a4310488102e8d4a5899925bcd.zip |
Notes
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 |