diff options
author | tron <tron@pkgsrc.org> | 1999-05-17 00:18:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-17 00:18:15 +0000 |
commit | 3aa88a5d09ae35dd5ca25e2c965bc510e39710ec (patch) | |
tree | 6bdb4221a7246bcfedb5998ad7232b75fa84e704 /emulators | |
parent | 85c1e5c71822e469af901d2303252a96021cf479 (diff) | |
download | pkgsrc-3aa88a5d09ae35dd5ca25e2c965bc510e39710ec.tar.gz |
Add "linux_SuSE-*" and "suse_*" to conflict list.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/linux_lib/Makefile b/emulators/linux_lib/Makefile index cba9cb398ed..c1c9b382e68 100644 --- a/emulators/linux_lib/Makefile +++ b/emulators/linux_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/08/17 20:09:51 tron Exp $ +# $NetBSD: Makefile,v 1.16 1999/05/17 00:18:15 tron Exp $ # FreeBSD Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp # @@ -9,6 +9,8 @@ ONLY_FOR_ARCHS= i386 MAINTAINER= packages@netbsd.org +CONFLICTS= linux_SuSE-* suse_* + # The distfile is distributed under the GPL, so no re-distribution of # binaries without source. MIRROR_DISTFILE= no |