diff options
author | tron <tron> | 1999-05-17 00:18:15 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-17 00:18:15 +0000 |
commit | 62e32a8a86be0afd71061a7201a1e5d73a09cefd (patch) | |
tree | 6bdb4221a7246bcfedb5998ad7232b75fa84e704 /emulators | |
parent | 03c5a1c5deff4c6fb4a327e2b6299e5e027b8d9f (diff) | |
download | pkgsrc-62e32a8a86be0afd71061a7201a1e5d73a09cefd.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 |