diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2007-12-19 20:19:54 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-12-19 20:19:54 +0000 |
commit | 06f40c36b796340205bfd6c0c8db082cc3a26c74 (patch) | |
tree | 5f326e9556882f119653e8a316ec5e2f3741ff1f /emulators | |
parent | d81159457cee13ae8504e43d84e31693eeb94663 (diff) | |
download | ports-06f40c36b796340205bfd6c0c8db082cc3a26c74.tar.gz ports-06f40c36b796340205bfd6c0c8db082cc3a26c74.zip |
Notes
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 |