diff options
author | krion <krion@FreeBSD.org> | 2005-01-30 17:28:30 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-30 17:28:30 +0000 |
commit | 8bdad4319a24191a8c2f52d38da6e02aebe8ded4 (patch) | |
tree | 3ee9e9367f8491a05f15a541152b6197e0e05f9c /emulators/linux_base | |
parent | 22567a66262504cc579c147c3bf3fa431e40043b (diff) | |
download | FreeBSD-ports-8bdad4319a24191a8c2f52d38da6e02aebe8ded4.zip FreeBSD-ports-8bdad4319a24191a8c2f52d38da6e02aebe8ded4.tar.gz |
Set NO_LATEST_LINK.
Diffstat (limited to 'emulators/linux_base')
-rw-r--r-- | emulators/linux_base/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index f1cbf26..c08df16 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -53,6 +53,7 @@ CONFLICTS= linux_base-6* linux_base-7.1* linux_base-debian* \ linux_base-gentoo* linux_base-rh-9* linux_base-suse-9* \ linux-XFree86-libs* +NO_LATEST_LINK= yes ONLY_FOR_ARCHS= amd64 i386 DIST_SUBDIR= rpm/rh-7.3 PREFIX= ${LINUXBASE} |