aboutsummaryrefslogtreecommitdiff
path: root/devel/arm-none-eabi-gcc492/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/arm-none-eabi-gcc492/Makefile')
-rw-r--r--devel/arm-none-eabi-gcc492/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/arm-none-eabi-gcc492/Makefile b/devel/arm-none-eabi-gcc492/Makefile
index 56f62ef17d64..4454ee37a12c 100644
--- a/devel/arm-none-eabi-gcc492/Makefile
+++ b/devel/arm-none-eabi-gcc492/Makefile
@@ -14,11 +14,11 @@ COMMENT= GNU Compiler Collection for bare metal arm cross-development
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
-LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
- libmpfr.so:${PORTSDIR}/math/mpfr \
- libmpc.so:${PORTSDIR}/math/mpc
-BUILD_DEPENDS= ${BU_PREFIX}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
-RUN_DEPENDS= ${BU_PREFIX}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
+LIB_DEPENDS= libgmp.so:math/gmp \
+ libmpfr.so:math/mpfr \
+ libmpc.so:math/mpc
+BUILD_DEPENDS= ${BU_PREFIX}-as:devel/${PKGNAMEPREFIX}binutils
+RUN_DEPENDS= ${BU_PREFIX}-as:devel/${PKGNAMEPREFIX}binutils
USES= compiler gmake iconv libtool makeinfo tar:bzip2
PLIST_SUB= TARGETARCH=${PKGNAMEPREFIX:C/-//g} \