From 6d50a9038ea7d64aaf548b394b0eb5e640d95356 Mon Sep 17 00:00:00 2001 From: chs Date: Sun, 27 Feb 2011 15:00:06 +0000 Subject: for SUSE_COMPAT32, adjust CONFLICTS to refer to the suse32_* equivalents. --- emulators/suse113_linux/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emulators/suse113_linux/Makefile.common b/emulators/suse113_linux/Makefile.common index 082a65f2db6..874d9f49fa0 100644 --- a/emulators/suse113_linux/Makefile.common +++ b/emulators/suse113_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2010/11/02 18:39:44 chs Exp $ +# $NetBSD: Makefile.common,v 1.4 2011/02/27 15:00:06 chs Exp $ SUSE_PKG= yes SUSE_VERSION= 11.3 @@ -59,6 +59,7 @@ PKGDIR= ${SUSE_PKGSRCDIR} .if defined(SUSE_COMPAT32) PKGNAME:= ${DISTNAME:S/^suse_/suse32_/} COMMENT:= ${COMMENT:S/Linux/Linux 32-bit/} +CONFLICTS:= ${CONFLICTS:S/^suse_/suse32_/} LINUX_BASE= linux32 .else LINUX_BASE= linux -- cgit v1.2.3