diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /x11/xwrits | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'x11/xwrits')
-rw-r--r-- | x11/xwrits/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xwrits/Makefile b/x11/xwrits/Makefile index a09c5b45583..0a8496d6daa 100644 --- a/x11/xwrits/Makefile +++ b/x11/xwrits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:58 agc Exp $ +# $NetBSD: Makefile,v 1.5 1999/02/20 22:48:48 hubertf Exp $ DISTNAME= xwrits-2.7.3 CATEGORIES= x11 @@ -7,8 +7,6 @@ MASTER_SITES= http://www.lcdf.org/~eddietwo/xwrits/ MAINTAINER= mcmahill@alum.mit.edu HOMEPAGE= http://www.lcdf.org/~eddietwo/xwrits/ -CONFLICTS= xwrits-* - USE_X11BASE= YES GNU_CONFIGURE= YES |