From c99888d3e94c078d72c749ca35e2839efea9edea Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 30 Jan 2005 17:28:30 +0000 Subject: [PATCH] Set NO_LATEST_LINK. --- emulators/linux_base/Makefile | 1 + graphics/jgraph/Makefile | 1 + net/jags/Makefile | 1 + textproc/ruby-xmlscan/Makefile | 1 + 4 files changed, 4 insertions(+) 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} diff --git a/graphics/jgraph/Makefile b/graphics/jgraph/Makefile index 170d99d7e0a0..92b6f68c4cc3 100644 --- a/graphics/jgraph/Makefile +++ b/graphics/jgraph/Makefile @@ -15,6 +15,7 @@ DISTFILES= ${PORTNAME}.shar.Z MAINTAINER= ports@FreeBSD.org COMMENT= A program that generates postscript graphs +NO_LATEST_LINK= yes EXTRACT_CMD= uncompress EXTRACT_BEFORE_ARGS= -c EXTRACT_AFTER_ARGS= | sh diff --git a/net/jags/Makefile b/net/jags/Makefile index 17d6eae4e3a0..0f14fc14ed45 100644 --- a/net/jags/Makefile +++ b/net/jags/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pat@FreeBSD.org COMMENT= JAGS - Just Another GTK+ Samba Client +NO_LATEST_LINK= yes USE_GMAKE= yes USE_XPM= yes USE_GNOME= gtk12 diff --git a/textproc/ruby-xmlscan/Makefile b/textproc/ruby-xmlscan/Makefile index f3cc1b512e2a..b453be76c80e 100644 --- a/textproc/ruby-xmlscan/Makefile +++ b/textproc/ruby-xmlscan/Makefile @@ -15,6 +15,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= High-performance non-validating XML parser written in 100% pure Ruby +NO_LATEST_LINK= yes USE_RUBY= yes NO_BUILD= yes