diff options
author | tron <tron@pkgsrc.org> | 2002-03-22 13:26:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-03-22 13:26:22 +0000 |
commit | a6856bde93ec5693160cd33f8fc0074fc244e375 (patch) | |
tree | 7b54b6a556bf6f4a83be9532fed3aac98b28e3e0 /time | |
parent | 5926bd0d71ca406555dfaedf7f0ff03c62e754b7 (diff) | |
download | pkgsrc-a6856bde93ec5693160cd33f8fc0074fc244e375.tar.gz |
Fix typo in last commit.
Diffstat (limited to 'time')
-rw-r--r-- | time/dclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/dclock/Makefile b/time/dclock/Makefile index 473a6dba9a2..f485a141221 100644 --- a/time/dclock/Makefile +++ b/time/dclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/03/22 13:25:49 tron Exp $ +# $NetBSD: Makefile,v 1.5 2002/03/22 13:26:22 tron Exp $ # DISTNAME= dclock @@ -10,7 +10,7 @@ EXTRACT_SUFX= .shar.Z MAINTAINER= packages@netbsd.org COMMENT= Digital clock for X -CONFLICTS+ ivtools-* +CONFLICTS+= ivtools-* USE_X11BASE= yes WRKSRC= ${WRKDIR} |