From 95cdcf3acc7f1e2cbb9ddd4d902d084e46c44021 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 30 Apr 2002 08:54:54 +0000 Subject: Catch up with libgmp3 death. Pointy hat to: ijliao --- lang/librep/Makefile | 2 +- lang/librep2/Makefile | 2 +- security/ssh/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 0a94ed46e482..685d222848b5 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -39,7 +39,7 @@ PREFIX?= ${X11BASE} .include .if ${OSVERSION} > 500023 -LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp3 +LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp-freebsd .endif .if ${XFREE86_VERSION} == 3 diff --git a/lang/librep2/Makefile b/lang/librep2/Makefile index 0a94ed46e482..685d222848b5 100644 --- a/lang/librep2/Makefile +++ b/lang/librep2/Makefile @@ -39,7 +39,7 @@ PREFIX?= ${X11BASE} .include .if ${OSVERSION} > 500023 -LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp3 +LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp-freebsd .endif .if ${XFREE86_VERSION} == 3 diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 3dffefc4ca58..b654eff5e887 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --without-idea .include .if ${OSVERSION} > 500023 -LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp3 +LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp-freebsd MAKE_ENV+= GMPINCDIR="${LOCALBASE}/include" \ GMPLIBDIR="${LOCALBASE}/lib" .endif -- cgit v1.2.3