summaryrefslogtreecommitdiffstats
path: root/lang/gcc6-aux
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc6-aux')
-rw-r--r--lang/gcc6-aux/Makefile4
-rw-r--r--lang/gcc6-aux/Makefile.common6
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc6-aux/Makefile b/lang/gcc6-aux/Makefile
index 2ad433d..ed100a8 100644
--- a/lang/gcc6-aux/Makefile
+++ b/lang/gcc6-aux/Makefile
@@ -62,7 +62,7 @@ BOOTSTRAP_COMPILER= ada-bootstrap.${GARCH}.dragonfly.41.tar.bz2
.if defined(MODERN_BINUTILS)
# Apparently gcc 4.9 needs binutils 2.23 or greater to link Ada correctly
USE_BINUTILS= yes
-RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
+RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
EXTRA_CONFIG+= --with-ld=${LOCALBASE}/bin/ld
EXTRA_CONFIG+= --with-as=${LOCALBASE}/bin/as
.else
@@ -125,7 +125,7 @@ LANGS+= objc
.endif
.if ${PORT_OPTIONS:MTESTSUITE} && !${PORT_OPTIONS:MBOOTSTRAP}
-BUILD_DEPENDS+= dejagnu>=1.4:${PORTSDIR}/misc/dejagnu
+BUILD_DEPENDS+= dejagnu>=1.4:misc/dejagnu
APPLY_DIFFS+= ada-testsuite
APPLY_DIFFS+= gcc-testsuite
.endif
diff --git a/lang/gcc6-aux/Makefile.common b/lang/gcc6-aux/Makefile.common
index 64fff29..537da4b 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
OpenPOWER on IntegriCloud