diff options
Diffstat (limited to 'lang/gcc6-aux/Makefile.common')
-rw-r--r-- | lang/gcc6-aux/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc6-aux/Makefile.common b/lang/gcc6-aux/Makefile.common index 64fff293ea61..537da4b1bdfb 100644 --- a/lang/gcc6-aux/Makefile.common +++ b/lang/gcc6-aux/Makefile.common @@ -2,9 +2,9 @@ .include "Makefile.version" -LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp -LIB_DEPENDS+= libmpfr.so:${PORTSDIR}/math/mpfr -LIB_DEPENDS+= libmpc.so:${PORTSDIR}/math/mpc +LIB_DEPENDS= libgmp.so:math/gmp +LIB_DEPENDS+= libmpfr.so:math/mpfr +LIB_DEPENDS+= libmpc.so:math/mpc ONLY_FOR_ARCHS= i386 amd64 |