diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
commit | 523a16e2bde0806face29fc8489a3cbcf49cfff0 (patch) | |
tree | 36ff86cd370c2c0eb1f52fe92bc02aff559884fe /lang/gnat-gcc43 | |
parent | 7b9437e30c95045aa377caf6385cfb927a100461 (diff) |
Chase libgmp and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=233833
Diffstat (limited to 'lang/gnat-gcc43')
-rw-r--r-- | lang/gnat-gcc43/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gnat-gcc43/Makefile b/lang/gnat-gcc43/Makefile index 9f2bdbba8724..fa5db3b7fa7b 100644 --- a/lang/gnat-gcc43/Makefile +++ b/lang/gnat-gcc43/Makefile @@ -9,7 +9,7 @@ PORTNAME= gnat-gcc PORTVERSION= 4.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${PORTVERSION} \ CENKES:boot \ @@ -22,7 +22,7 @@ DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= karel@lovetemple.net COMMENT= The GNU Ada Compiler system -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ mpfr.3:${PORTSDIR}/math/mpfr ONLY_FOR_ARCHS= i386 |