diff options
author | chs <chs@pkgsrc.org> | 2011-02-27 15:00:06 +0000 |
---|---|---|
committer | chs <chs@pkgsrc.org> | 2011-02-27 15:00:06 +0000 |
commit | 6d50a9038ea7d64aaf548b394b0eb5e640d95356 (patch) | |
tree | 75055225149b419311ed15a12bd98aaecf87a9c1 /emulators | |
parent | 7352fca808eeb1957b19e0d7f1aebcee21ef841f (diff) | |
download | pkgsrc-6d50a9038ea7d64aaf548b394b0eb5e640d95356.tar.gz |
for SUSE_COMPAT32, adjust CONFLICTS to refer to the suse32_* equivalents.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse113_linux/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
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 |