diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-14 11:53:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-14 11:53:13 +0000 |
commit | 1ebd8b8869da1ca0759e1069a89fcc02b1e81829 (patch) | |
tree | 73116fa389a10f258e3a681e24b17656070be6e9 /lang | |
parent | c7a2039f702472effea40634eb15f76ca90a28b7 (diff) | |
download | ports-1ebd8b8869da1ca0759e1069a89fcc02b1e81829.tar.gz ports-1ebd8b8869da1ca0759e1069a89fcc02b1e81829.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc45/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc46/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc47/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc48/Makefile | 2 | ||||
-rw-r--r-- | lang/ikarus/Makefile | 4 | ||||
-rw-r--r-- | lang/php4/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/php5/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/php53/Makefile.ext | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 924ec793ebcc..c5a868ea3378 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -21,7 +21,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.5 -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ mpfr.3:${PORTSDIR}/math/mpfr .if defined(MAINTAINER_MODE) diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 924ec793ebcc..c5a868ea3378 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -21,7 +21,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.5 -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ mpfr.3:${PORTSDIR}/math/mpfr .if defined(MAINTAINER_MODE) diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 924ec793ebcc..c5a868ea3378 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -21,7 +21,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.5 -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ mpfr.3:${PORTSDIR}/math/mpfr .if defined(MAINTAINER_MODE) diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 924ec793ebcc..c5a868ea3378 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -21,7 +21,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.5 -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ mpfr.3:${PORTSDIR}/math/mpfr .if defined(MAINTAINER_MODE) diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 924ec793ebcc..c5a868ea3378 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -21,7 +21,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.5 -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ mpfr.3:${PORTSDIR}/math/mpfr .if defined(MAINTAINER_MODE) diff --git a/lang/ikarus/Makefile b/lang/ikarus/Makefile index f6765d26b5fb..cdb20010bf90 100644 --- a/lang/ikarus/Makefile +++ b/lang/ikarus/Makefile @@ -7,7 +7,7 @@ PORTNAME= ikarus PORTVERSION= 0.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang scheme MASTER_SITES= http://www.ikarus-scheme.org/ \ LOCAL/glarkin @@ -15,7 +15,7 @@ MASTER_SITES= http://www.ikarus-scheme.org/ \ MAINTAINER= vmagerya@gmail.com COMMENT= Optimizing incremental native-code compiler for R6RS Scheme -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index dd9e12693276..0d28f20c2e5b 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -125,7 +125,7 @@ USE_GETTEXT= yes .endif .if ${PHP_MODNAME} == "gmp" -LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} .endif diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index bc006495b739..0f2064b28b0b 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -121,7 +121,7 @@ USE_GETTEXT= yes .endif .if ${PHP_MODNAME} == "gmp" -LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} .endif diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index bc006495b739..0f2064b28b0b 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -121,7 +121,7 @@ USE_GETTEXT= yes .endif .if ${PHP_MODNAME} == "gmp" -LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} .endif |