diff options
author | mrg <mrg> | 2002-11-08 16:43:34 +0000 |
---|---|---|
committer | mrg <mrg> | 2002-11-08 16:43:34 +0000 |
commit | c5c224d6dcfda5489dd37dc242f42d817954759a (patch) | |
tree | 9f933389e09e2a3edbfbc44ec19d38a2e25b6846 /emulators | |
parent | fd5b9d3bbfd861054aecddb01acbc5b412cec426 (diff) | |
download | pkgsrc-c5c224d6dcfda5489dd37dc242f42d817954759a.tar.gz |
conflict with netbsd32_compat16
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/netbsd32_compat15/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/netbsd32_compat15/Makefile b/emulators/netbsd32_compat15/Makefile index d9aabbc67b0..36a758adad8 100644 --- a/emulators/netbsd32_compat15/Makefile +++ b/emulators/netbsd32_compat15/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/08/01 02:37:43 jschauma Exp $ +# $NetBSD: Makefile,v 1.5 2002/11/08 16:43:34 mrg Exp $ # .if ${MACHINE_ARCH} == "sparc64" @@ -16,6 +16,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netbsd.org/Releases/formal-1.5/index.html COMMENT= 32-bit shared libraries for NetBSD 1.5 (and earlier) compatibility +CONFLICTS= netbsd32_compat16-[0-9]* + ONLY_FOR_PLATFORM= NetBSD-*-sparc64 NO_MTREE= # defined |