diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-01-16 03:51:38 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-01-16 03:51:38 +0000 |
commit | 4b160522cd95a0d859e8d0e498d2903ff9b380a1 (patch) | |
tree | 910d98e23009d39e5ed09bc38d6f59e32080a13c /emulators | |
parent | ca8f90aa2f666a0e8ce18aa735eb19cc2624bf4c (diff) | |
download | ports-4b160522cd95a0d859e8d0e498d2903ff9b380a1.tar.gz ports-4b160522cd95a0d859e8d0e498d2903ff9b380a1.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-8/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 03fec8706fda..a4726a2945da 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -8,7 +8,7 @@ PORTNAME= linux_base-8 PORTVERSION= 8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} \ ${MASTER_SITE_REDHAT_LINUX:S/$/:new/} \ @@ -55,7 +55,7 @@ COMMENT= Base set of packages needed in Linux mode (only for i386) EXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -CONFLICTS= linux_base-6* linux_base-7* linux_base-deb* linux_base-gen* \ +CONFLICTS= linux_base-6* linux_base-7* linux_base-deb* linux_base-gentoo* \ linux_base-rh* linux_base-suse* ONLY_FOR_ARCHS= i386 amd64 DIST_SUBDIR= rpm/${ARCH}/${PORTVERSION} @@ -98,9 +98,6 @@ FALLBACK_ELF_MIB= kern.fallback_elf_brand LINUX_ELF= 3 PREVIOUS_ELF!= /sbin/sysctl -n ${FALLBACK_ELF_MIB} -do-patch: - @${DO_NADA} - do-extract: # # Handle the loading of the linux loadable kernel module if required. |