aboutsummaryrefslogtreecommitdiff
path: root/devel/psptoolchain-newlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/psptoolchain-newlib/Makefile')
-rw-r--r--devel/psptoolchain-newlib/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/psptoolchain-newlib/Makefile b/devel/psptoolchain-newlib/Makefile
index 98da54f20958..2ea97a5da2b1 100644
--- a/devel/psptoolchain-newlib/Makefile
+++ b/devel/psptoolchain-newlib/Makefile
@@ -15,11 +15,11 @@ COMMENT= PlayStation Portable development toolchain ${PORTNAME}
PSP_GCC_STAGE_PREFIX= psp/stage1
PSP_SDK_STAGE_PREFIX= psp/stage1
-BUILD_DEPENDS+= ${LOCALBASE}/${PSP_SDK_STAGE_PREFIX}/sdk/include/pspsdk.h:${PORTSDIR}/devel/psptoolchain-pspsdk-stage1 \
- psp-ar:${PORTSDIR}/devel/psptoolchain-binutils \
- psp-as:${PORTSDIR}/devel/psptoolchain-binutils \
- psp-ld:${PORTSDIR}/devel/psptoolchain-binutils \
- ${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin/psp-gcc:${PORTSDIR}/devel/psptoolchain-gcc-stage1
+BUILD_DEPENDS+= ${LOCALBASE}/${PSP_SDK_STAGE_PREFIX}/sdk/include/pspsdk.h:devel/psptoolchain-pspsdk-stage1 \
+ psp-ar:devel/psptoolchain-binutils \
+ psp-as:devel/psptoolchain-binutils \
+ psp-ld:devel/psptoolchain-binutils \
+ ${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin/psp-gcc:devel/psptoolchain-gcc-stage1
USES= gmake makeinfo
HAS_CONFIGURE= yes