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 | |
parent | 3d510485e53d7e2ad78c00305f4e230e9feff5c7 (diff) | |
download | freebsd-ports-74674683976e0f574cb2ce434853ca403b034c81.zip |
libgmp3 -> libgmp4
-rw-r--r-- | devel/py-mx-experimental/Makefile | 4 | ||||
-rw-r--r-- | math/cln/Makefile | 3 | ||||
-rw-r--r-- | math/ntl/Makefile | 2 | ||||
-rw-r--r-- | security/nettle/Makefile | 3 | ||||
-rw-r--r-- | security/nettle2/Makefile | 3 |
5 files changed, 9 insertions, 6 deletions
diff --git a/devel/py-mx-experimental/Makefile b/devel/py-mx-experimental/Makefile index 395465f61a8b..af6c661411a8 100644 --- a/devel/py-mx-experimental/Makefile +++ b/devel/py-mx-experimental/Makefile @@ -8,7 +8,7 @@ PORTNAME= mx-experimental PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= http://www.lemburg.com/files/python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ DISTNAME= egenix-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${PYDISTUTILS} \ - ${PREFIX}/include/gmp.h:${PORTSDIR}/math/libgmp3 + ${PREFIX}/include/gmp.h:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/BeeBase/BeeBase.py:${PORTSDIR}/lang/py-mx-base USE_PYTHON= yes 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}" \ diff --git a/security/nettle/Makefile b/security/nettle/Makefile index fdd770f19bb9..44af4fec426c 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -8,13 +8,14 @@ PORTNAME= nettle PORTVERSION= 1.5 +PORTREVISIOIN= 1 CATEGORIES= security MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ ftp://ftp.lysator.liu.se/pub/security/lsh/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gmp.4:${PORTSDIR}/math/libgmp3 +LIB_DEPENDS= gmp.5:${PORTSDIR}/math/libgmp4 USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/security/nettle2/Makefile b/security/nettle2/Makefile index fdd770f19bb9..44af4fec426c 100644 --- a/security/nettle2/Makefile +++ b/security/nettle2/Makefile @@ -8,13 +8,14 @@ PORTNAME= nettle PORTVERSION= 1.5 +PORTREVISIOIN= 1 CATEGORIES= security MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ ftp://ftp.lysator.liu.se/pub/security/lsh/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gmp.4:${PORTSDIR}/math/libgmp3 +LIB_DEPENDS= gmp.5:${PORTSDIR}/math/libgmp4 USE_LIBTOOL= yes GNU_CONFIGURE= yes |