summaryrefslogtreecommitdiffstats
path: root/lang/gcc-aux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc-aux/Makefile')
-rw-r--r--lang/gcc-aux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc-aux/Makefile b/lang/gcc-aux/Makefile
index 0b3e2c4..c831b71 100644
--- a/lang/gcc-aux/Makefile
+++ b/lang/gcc-aux/Makefile
@@ -60,7 +60,7 @@ BOOTSTRAP_COMPILER= ada-bootstrap.${GARCH}.dragonfly.36A.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
@@ -124,7 +124,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+= fortran-testsuite
APPLY_DIFFS+= cxx-testsuite
OpenPOWER on IntegriCloud