diff options
author | ale <ale@FreeBSD.org> | 2010-04-19 18:43:42 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-04-19 18:43:42 +0800 |
commit | 6258613c3c402b1d7b5730e8a607d26dbb258755 (patch) | |
tree | fad3dbf503818032309e7103e30c646b5b51fdb7 /devel/binutils | |
parent | dfb5167da9e4fc0c1a6e54c5bc4678fc695d9571 (diff) | |
download | freebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.tar.gz freebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.tar.zst freebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.zip |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin)
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 85af89984d2b..833c37d84b54 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -7,6 +7,7 @@ PORTNAME= binutils PORTVERSION= 2.20.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases @@ -18,7 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.so:${PORTSDIR}/math/libgmp4 \ +BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.so:${PORTSDIR}/math/gmp \ ${LOCALBASE}/lib/libmpfr.so:${PORTSDIR}/math/mpfr CONFLICTS= libbfd-[0-9]* |