diff options
author | wiz <wiz> | 2003-04-12 12:31:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-04-12 12:31:16 +0000 |
commit | 35ad62acf0e199abeb8256ec96833d38e357fddb (patch) | |
tree | 3fc2d74a4dd7b56665a05efb4aa5dabf258df601 /time/logtime | |
parent | ad1118caf5730e3c76e004b5ae932d9f4f105d17 (diff) | |
download | pkgsrc-35ad62acf0e199abeb8256ec96833d38e357fddb.tar.gz |
Depend on either sh-utils or the new coreutils package.
Diffstat (limited to 'time/logtime')
-rw-r--r-- | time/logtime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/logtime/Makefile b/time/logtime/Makefile index ded396e2d42..661395f5649 100644 --- a/time/logtime/Makefile +++ b/time/logtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/03/28 21:14:37 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/04/12 12:31:16 wiz Exp $ # DISTNAME= logtime-1.0 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ MAINTAINER= kim@tac.nyc.ny.us COMMENT= Prints date and time in a standard format -DEPENDS+= sh-utils-[0-9]*:../../sysutils/sh-utils +DEPENDS+= {sh-utils-[0-9]*,coreutils-[0-9]*}:../../sysutils/coreutils .include "../../mk/bsd.prefs.mk" |