diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-18 08:20:50 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-18 08:20:50 +0000 |
commit | 74674683976e0f574cb2ce434853ca403b034c81 (patch) | |
tree | e2210cb0b150421505fcaa653331e35356f0c8ef /math | |
parent | Unbroke on systems after libusb --> libusbhid conversion. (diff) |
libgmp3 -> libgmp4
Diffstat (limited to 'math')
-rw-r--r-- | math/cln/Makefile | 3 | ||||
-rw-r--r-- | math/ntl/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 32f0b70864ed..621a504b5012 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -8,6 +8,7 @@ PORTNAME= cln PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \ ftp://ftp.santafe.edu/pub/gnu/ \ @@ -15,7 +16,7 @@ MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gmp.4:${PORTSDIR}/math/libgmp3 +LIB_DEPENDS= gmp.5:${PORTSDIR}/math/libgmp4 USE_LIBTOOL= yes CFLAGS+= -I${LOCALBASE}/include diff --git a/math/ntl/Makefile b/math/ntl/Makefile index b88809d28ff2..9cab5bb01da9 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.shoup.net/ntl/ MAINTAINER= matthiasb@acm.org -LIB_DEPENDS= gmp.4:${PORTSDIR}/math/libgmp3 +LIB_DEPENDS= gmp.5:${PORTSDIR}/math/libgmp4 HAS_CONFIGURE= yes CONFIGURE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ |