diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
commit | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /lang/gcc-aux | |
parent | 148314483d3098c0d6a33944f1190842e671502f (diff) | |
download | freebsd-ports-graphics-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.gz freebsd-ports-graphics-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.zst freebsd-ports-graphics-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.zip |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'lang/gcc-aux')
-rw-r--r-- | lang/gcc-aux/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc-aux/Makefile.common | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc-aux/Makefile b/lang/gcc-aux/Makefile index 0b3e2c41bbd..c831b716c15 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 diff --git a/lang/gcc-aux/Makefile.common b/lang/gcc-aux/Makefile.common index 91843e0c4f5..4856ce3ee02 100644 --- a/lang/gcc-aux/Makefile.common +++ b/lang/gcc-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 |