diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2003-11-10 22:10:58 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2003-11-10 22:10:58 +0000 |
commit | f49d5ccc38f83818e50e545ea06ab0d62db38bab (patch) | |
tree | 0f64a4ebe0528610a028a571a37c260689daf0f8 /security/swatch | |
parent | 886e12f66c9a25052878e7761c09900dabcdda48 (diff) | |
download | ports-f49d5ccc38f83818e50e545ea06ab0d62db38bab.tar.gz ports-f49d5ccc38f83818e50e545ea06ab0d62db38bab.zip |
Notes
Diffstat (limited to 'security/swatch')
-rw-r--r-- | security/swatch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/swatch/Makefile b/security/swatch/Makefile index f358aaf31ea0..6c2fa7276bfd 100644 --- a/security/swatch/Makefile +++ b/security/swatch/Makefile @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${site_perl}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ ${site_perl}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail \ ${site_perl}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${site_perl}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS= ${BUILD_DEPENDS} site_perl= ${SITE_PERL} |