diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-06-10 13:35:52 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-06-10 13:35:52 +0000 |
commit | 0b156f660d3cf3910954131d5d12c9c6a0cfb8d5 (patch) | |
tree | 18cbd191f70da13c6f8c79c0a5225f3dccea636f /emulators/linux_base-fc4 | |
parent | ea13613d69225bb86879573a9c67bf99c2a87135 (diff) | |
download | ports-0b156f660d3cf3910954131d5d12c9c6a0cfb8d5.tar.gz ports-0b156f660d3cf3910954131d5d12c9c6a0cfb8d5.zip |
Notes
Diffstat (limited to 'emulators/linux_base-fc4')
-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 39b446ececf1..1132e1f2b9ac 100644 --- a/emulators/linux_base-fc4/Makefile +++ b/emulators/linux_base-fc4/Makefile @@ -8,6 +8,7 @@ PORTNAME= fc PORTVERSION= 4 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ${PORTVERSION}/${LINUX_RPM_ARCH}/os/Fedora/RPMS \ @@ -93,7 +94,7 @@ ALWAYS_KEEP_DISTFILES= yes 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-libgcc* + linux_base-fc3 linux-libgcc* linux_locale* ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 PREFIX?= ${LINUXBASE} |