diff options
author | John Marino <marino@FreeBSD.org> | 2015-12-06 16:04:22 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-12-06 16:04:22 +0000 |
commit | 320c206ea9b056e68b04fa4825ce40030ee7411c (patch) | |
tree | bf3529c65237c77eaa6e8cf4ec9edd88fab531cc /lang/gcc6-aux/Makefile.common | |
parent | eba05ee1624e7bb4c1f22b82c8876d2606a66547 (diff) |
Notes
Diffstat (limited to 'lang/gcc6-aux/Makefile.common')
-rw-r--r-- | lang/gcc6-aux/Makefile.common | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/gcc6-aux/Makefile.common b/lang/gcc6-aux/Makefile.common new file mode 100644 index 000000000000..4f24cc2b0b03 --- /dev/null +++ b/lang/gcc6-aux/Makefile.common @@ -0,0 +1,14 @@ +# $FreeBSD$ + +.include "Makefile.version" + +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp +LIB_DEPENDS+= libmpfr.so:${PORTSDIR}/math/mpfr +LIB_DEPENDS+= libmpc.so:${PORTSDIR}/math/mpc + +ONLY_FOR_ARCHS= i386 amd64 + +GNU_CONFIGURE= yes +USES= gmake libtool perl5 tar:bzip2 +USE_PERL5= build +ALL_TARGET= default |