diff options
author | krion <krion@FreeBSD.org> | 2005-01-31 01:28:30 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-31 01:28:30 +0800 |
commit | 8bdad4319a24191a8c2f52d38da6e02aebe8ded4 (patch) | |
tree | 3ee9e9367f8491a05f15a541152b6197e0e05f9c /emulators | |
parent | 22567a66262504cc579c147c3bf3fa431e40043b (diff) | |
download | freebsd-ports-gnome-8bdad4319a24191a8c2f52d38da6e02aebe8ded4.tar.gz freebsd-ports-gnome-8bdad4319a24191a8c2f52d38da6e02aebe8ded4.tar.zst freebsd-ports-gnome-8bdad4319a24191a8c2f52d38da6e02aebe8ded4.zip |
Set NO_LATEST_LINK.
Diffstat (limited to 'emulators')
-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 f1cbf268d9d5..c08df16cf5f3 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} |