libgmp3 -> libgmp4
This commit is contained in:
parent
3d510485e5
commit
7467468397
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57844
5 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}" \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue