From ef51f8de1bca2d8710baf71c165e974a823647c1 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Fri, 6 Feb 2004 11:17:41 +0000 Subject: [PATCH] Add NO_LATEST_LINK=yes. Noticed by: kris Approved by: nork (mentor/implicitly) --- math/libgmp-freebsd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/libgmp-freebsd/Makefile b/math/libgmp-freebsd/Makefile index 87c72b221b6b..139e865c8c01 100644 --- a/math/libgmp-freebsd/Makefile +++ b/math/libgmp-freebsd/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= sobomax MAINTAINER= ports@FreeBSD.org COMMENT= A library for arbitrary precision arithmetic +NO_LATEST_LINK= yes CONFLICTS= libgmp-4* ONLY_FOR_ARCHS= alpha i386 USE_BZIP2= yes