aboutsummaryrefslogtreecommitdiff
path: root/devel/binutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-08-27 00:14:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-08-27 00:14:11 +0000
commit5af442e679c70d0024e1683e5ce001bf73991c4b (patch)
treea6e641f0102328614d401f042c055d4bb9aa8cf3 /devel/binutils
parentd6cf438faab891637021c195584977982e3d2ee2 (diff)
Notes
Diffstat (limited to 'devel/binutils')
-rw-r--r--devel/binutils/Makefile6
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