diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-08-27 00:14:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-08-27 00:14:11 +0000 |
commit | 5af442e679c70d0024e1683e5ce001bf73991c4b (patch) | |
tree | a6e641f0102328614d401f042c055d4bb9aa8cf3 /devel/binutils | |
parent | d6cf438faab891637021c195584977982e3d2ee2 (diff) |
Notes
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 11561e9e6387..45d467e74a0c 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -3,8 +3,8 @@ PORTNAME= binutils PORTVERSION= 2.27 -PORTEPOCH= 1 -CATEGORIES= devel +PORTEPOCH?= 1 +CATEGORIES?= devel MASTER_SITES= SOURCEWARE/binutils/releases MAINTAINER?= bapt@FreeBSD.org @@ -13,10 +13,12 @@ COMMENT?= GNU binary tools LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi +.if !defined(CROSS_TOOLCHAIN) BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.so:math/gmp \ ${LOCALBASE}/lib/libmpfr.so:math/mpfr CONFLICTS= libbfd-[0-9]* +.endif OPTIONS_DEFINE= NLS RELRO |