diff options
Diffstat (limited to 'lang/gnat-gcc44/Makefile')
-rw-r--r-- | lang/gnat-gcc44/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gnat-gcc44/Makefile b/lang/gnat-gcc44/Makefile index b77765573195..e915be099e2e 100644 --- a/lang/gnat-gcc44/Makefile +++ b/lang/gnat-gcc44/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnat-gcc PORTVERSION= 4.4.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${PORTVERSION} \ http://coreland.ath.cx/data/code/gnatport/src/:boot @@ -19,7 +20,7 @@ DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= freebsd-ports@coreland.ath.cx COMMENT= The GNU Ada Compiler system -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ mpfr.3:${PORTSDIR}/math/mpfr ONLY_FOR_ARCHS= i386 amd64 |