diff options
author | tron <tron@pkgsrc.org> | 2002-03-22 13:25:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-03-22 13:25:49 +0000 |
commit | 5926bd0d71ca406555dfaedf7f0ff03c62e754b7 (patch) | |
tree | 440915b8d8378c052e3a50dbe38c1654e9ee86d0 /time/dclock/Makefile | |
parent | 09bc3473e8462ba2384aade2acfad1acee7b46d7 (diff) | |
download | pkgsrc-5926bd0d71ca406555dfaedf7f0ff03c62e754b7.tar.gz |
Add a conflict with the "ivtools" package.
Diffstat (limited to 'time/dclock/Makefile')
-rw-r--r-- | time/dclock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/dclock/Makefile b/time/dclock/Makefile index 691656421be..473a6dba9a2 100644 --- a/time/dclock/Makefile +++ b/time/dclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/01/27 18:32:34 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/03/22 13:25:49 tron Exp $ # DISTNAME= dclock @@ -10,6 +10,8 @@ EXTRACT_SUFX= .shar.Z MAINTAINER= packages@netbsd.org COMMENT= Digital clock for X +CONFLICTS+ ivtools-* + USE_X11BASE= yes WRKSRC= ${WRKDIR} |