diff options
Diffstat (limited to 'devel/psptoolchain-gdb/Makefile')
-rw-r--r-- | devel/psptoolchain-gdb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/psptoolchain-gdb/Makefile b/devel/psptoolchain-gdb/Makefile index f3fb8af7a1ce..47fdf585a0af 100644 --- a/devel/psptoolchain-gdb/Makefile +++ b/devel/psptoolchain-gdb/Makefile @@ -13,8 +13,9 @@ COMMENT= PlayStation Portable development toolchain ${PORTNAME} BUILD_DEPENDS= ${LOCALBASE}/psp/sdk/lib/libpspsdk.a:${PORTSDIR}/devel/psptoolchain-pspsdk-stage2 +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes +USE_CSTD= gnu89 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |