summaryrefslogtreecommitdiff
path: root/lang/gcc-aux/Makefile.common
blob: 5cee28f006102904b73e90ef8a0762f837265cf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

.include "Makefile.version"

LIB_DEPENDS=		gmp:${PORTSDIR}/math/gmp
LIB_DEPENDS+=		mpfr:${PORTSDIR}/math/mpfr
LIB_DEPENDS+=		mpc:${PORTSDIR}/math/mpc

ONLY_FOR_ARCHS= 	i386 amd64

GNU_CONFIGURE=		yes
USE_BZIP2=		yes
USES=			iconv gmake
USE_PERL5_BUILD=	yes
ALL_TARGET=		default
MAKE_JOBS_SAFE= 	yes