diff options
author | gabor <gabor@FreeBSD.org> | 2009-06-27 16:23:05 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2009-06-27 16:23:05 +0800 |
commit | a45d47f19b3636105e10e56edda3680d2d6542d5 (patch) | |
tree | c17955fafac91d7a105c911161f806077cd24f69 /emulators | |
parent | 1b252a18b85895944a4d3df3994a8fc484242c11 (diff) | |
download | freebsd-ports-gnome-a45d47f19b3636105e10e56edda3680d2d6542d5.tar.gz freebsd-ports-gnome-a45d47f19b3636105e10e56edda3680d2d6542d5.tar.zst freebsd-ports-gnome-a45d47f19b3636105e10e56edda3680d2d6542d5.zip |
- Update CONFLICTS
PR: ports/135570
Submitted by: Alexander Best <alexbestms@math.uni-muenster.de>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_dist-gentoo-stage1/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_dist-gentoo-stage3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile index 72bab042679f..2d6a7310c5eb 100644 --- a/emulators/linux_dist-gentoo-stage1/Makefile +++ b/emulators/linux_dist-gentoo-stage1/Makefile @@ -31,7 +31,7 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall .if defined(WITH_LINUXBASE) PKGNAMEPREFIX= linux_base- CONFLICTS= linux_base-7* linux_base-8* linux_base-debian* \ - linux_base-rh* linux_base-suse* linux_base-fc* \ + linux_base-rh* linux_base-suse* linux_base-f* \ linux_base-gentoo-stage[23]-* USE_LINUX_PREFIX= YES PREFIX_SUBDIR= diff --git a/emulators/linux_dist-gentoo-stage3/Makefile b/emulators/linux_dist-gentoo-stage3/Makefile index dd30cf4be201..c5bf3ce26622 100644 --- a/emulators/linux_dist-gentoo-stage3/Makefile +++ b/emulators/linux_dist-gentoo-stage3/Makefile @@ -31,7 +31,7 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall .if defined(WITH_LINUXBASE) PKGNAMEPREFIX= linux_base- CONFLICTS= linux_base-7* linux_base-8* linux_base-debian* \ - linux_base-rh* linux_base-suse* linux_base-fc* \ + linux_base-rh* linux_base-suse* linux_base-f* \ linux_base-gentoo-stage[12]-* USE_LINUX_PREFIX= YES PREFIX_SUBDIR= |