diff options
author | kei <kei> | 2003-05-27 08:24:16 +0000 |
---|---|---|
committer | kei <kei> | 2003-05-27 08:24:16 +0000 |
commit | c01e78a7339807ac8a32797002cc509937c9ff7f (patch) | |
tree | 7899bad031533712a6762a0982d6c5df9c42ecbb /emulators/suse_libc5/Makefile | |
parent | d8b76fb5594de6dde7ce338cc76240ae852acf06 (diff) | |
download | pkgsrc-c01e78a7339807ac8a32797002cc509937c9ff7f.tar.gz |
add CONFLICTS to suse_libc5 with mozilla-bin and phoenix-bin packages each
other. addresses pkg/21675.
Diffstat (limited to 'emulators/suse_libc5/Makefile')
-rw-r--r-- | emulators/suse_libc5/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile index 7c2fdf46dc4..31b089d155e 100644 --- a/emulators/suse_libc5/Makefile +++ b/emulators/suse_libc5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/03/26 04:05:47 jschauma Exp $ +# $NetBSD: Makefile,v 1.20 2003/05/27 08:24:16 kei Exp $ DISTNAME= shlibs5 PKGNAME= suse_libc5-${SUSE_VERSION} @@ -12,6 +12,9 @@ COMMENT= Linux compatibility package for libc5 binaries DEPENDS+= suse_compat>=${SUSE_VERSION}:../suse_compat +CONFLICTS+= mozilla-bin-[0-9]* +CONFLICTS+= phoenix-bin-[0-9]* + ONLY_FOR_PLATFORM= NetBSD-*-i386 EXTRACT_ONLY= # empty |