diff options
author | wiz <wiz> | 2003-04-12 12:31:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-04-12 12:31:16 +0000 |
commit | 65522bf4cc946f29b18ceaa590c2289be0626f94 (patch) | |
tree | 3fc2d74a4dd7b56665a05efb4aa5dabf258df601 /time | |
parent | e41d054605c23d2c359263565246ed3c03da4564 (diff) | |
download | pkgsrc-65522bf4cc946f29b18ceaa590c2289be0626f94.tar.gz |
Depend on either sh-utils or the new coreutils package.
Diffstat (limited to 'time')
-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" |