diff options
Diffstat (limited to 'devel/mingw32-gcc/Makefile')
-rw-r--r-- | devel/mingw32-gcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index 2b264cbd21d0..c3f8c0fcdd89 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -7,6 +7,7 @@ PORTNAME= gcc PORTVERSION= ${GCCVERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} @@ -20,7 +21,7 @@ COMMENT= FSF gcc-4 for Windows cross-development BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ mingwm10.dll:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ mpfr.3:${PORTSDIR}/math/mpfr GCCVERSION= 4.4.0 |