diff options
author | obrien <obrien@FreeBSD.org> | 2007-12-20 04:19:54 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2007-12-20 04:19:54 +0800 |
commit | c2c2009506e71b65d4fe2232d43d1eff87ea3031 (patch) | |
tree | 6f4a32e841b2fe4b4a42d3087347bd4bcfc8f853 /emulators | |
parent | e245a77d6ec5ca3ef5fba5ba1333a36580c0dfed (diff) | |
download | freebsd-ports-gnome-c2c2009506e71b65d4fe2232d43d1eff87ea3031.tar.gz freebsd-ports-gnome-c2c2009506e71b65d4fe2232d43d1eff87ea3031.tar.zst freebsd-ports-gnome-c2c2009506e71b65d4fe2232d43d1eff87ea3031.zip |
Catch up the conflicts with addition of Fedora Core 6.
Also set LATEST_LINK so 'pkg_add -r linux_base' works.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-fc4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/linux_base-fc4/Makefile b/emulators/linux_base-fc4/Makefile index 301fa716c0eb..69a0d62ff3ef 100644 --- a/emulators/linux_base-fc4/Makefile +++ b/emulators/linux_base-fc4/Makefile @@ -95,9 +95,10 @@ SRC_DISTFILES+= acl-2.2.32-1.FC4.2.src.rpm \ ALWAYS_KEEP_DISTFILES= yes .endif +LATEST_LINK= linux_base CONFLICTS= linux_base-7* linux_base-deb* linux_base-gentoo* \ linux_base-rh-9* linux_base-suse-9* linux_base-8* \ - linux_base-fc3 linux_locale* + linux_base-fc6 linux_locale* ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes |