diff options
author | seb <seb> | 2002-05-31 16:06:04 +0000 |
---|---|---|
committer | seb <seb> | 2002-05-31 16:06:04 +0000 |
commit | 1b6ab8f9311e860961bb1d5a5035a1934e661226 (patch) | |
tree | dc93a5dda357d5cb27d0a72f721bdf69b3b7d6e3 | |
parent | c4384e36cf7a44a4a4e79d8d6e4bbf6be6c5934d (diff) | |
download | pkgsrc-1b6ab8f9311e860961bb1d5a5035a1934e661226.tar.gz |
Mark as conflicting with nvi package from editors/nvi.
-rw-r--r-- | editors/nvi-m17n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index fe85094a94d..048eb25918d 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/05/31 15:19:56 seb Exp $ +# $NetBSD: Makefile,v 1.18 2002/05/31 16:06:04 seb Exp $ # FreeBSD Id: Makefile,v 1.11 1999/04/17 10:51:03 itojun Exp DISTNAME= nvi-1.79 @@ -14,7 +14,7 @@ PATCHFILES= nvi-1.79.m17n-19991117.diff.gz MAINTAINER= itojun@itojun.org COMMENT= Clone of vi/ex, with multilingual patch -CONFLICTS= vigor-[0-9]* +CONFLICTS= vigor-[0-9]* nvi-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME}/build GNU_CONFIGURE= YES |