diff options
author | sf <sf@FreeBSD.org> | 2001-08-31 04:10:55 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-08-31 04:10:55 +0800 |
commit | c79d6e9ac01a8109798e306e1bc77726403e4ae7 (patch) | |
tree | 0ff163d673b87859f6da232b9bca797c3488518a /security/swatch | |
parent | ff44f5769ebd32f4643b118793e83ca9164fc479 (diff) | |
download | freebsd-ports-gnome-c79d6e9ac01a8109798e306e1bc77726403e4ae7.tar.gz freebsd-ports-gnome-c79d6e9ac01a8109798e306e1bc77726403e4ae7.tar.zst freebsd-ports-gnome-c79d6e9ac01a8109798e306e1bc77726403e4ae7.zip |
BUILD_DEPEND's on p5-Time-HiRes to unbreak build.
Diffstat (limited to 'security/swatch')
-rw-r--r-- | security/swatch/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/swatch/Makefile b/security/swatch/Makefile index 711d52dcaa61..df2a789f73dd 100644 --- a/security/swatch/Makefile +++ b/security/swatch/Makefile @@ -13,13 +13,14 @@ MASTER_SITES= ftp://ftp.stanford.edu/general/security-tools/swatch/ MAINTAINER= joseph@randomnetworks.com 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}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail + ${site_perl}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes -CONFIGURE_ARGS+= INSTALLMAN1DIR=${PREFIX}/man/man1 +CONFIGURE_ARGS= INSTALLMAN1DIR=${PREFIX}/man/man1 MAN1= swatch.1 swatch_oldrc2newrc.1 |