diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /devel/psptoolchain-pspsdk-stage1 | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) |
Round one migration of ports from automake{19,110} to automake111
Notes
Notes:
svn path=/head/; revision=262460
Diffstat (limited to 'devel/psptoolchain-pspsdk-stage1')
-rw-r--r-- | devel/psptoolchain-pspsdk-stage1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/psptoolchain-pspsdk-stage1/Makefile b/devel/psptoolchain-pspsdk-stage1/Makefile index 2c5adbe00f8b..6115ac320bee 100644 --- a/devel/psptoolchain-pspsdk-stage1/Makefile +++ b/devel/psptoolchain-pspsdk-stage1/Makefile @@ -18,7 +18,7 @@ COMMENT= PlayStation Portable development toolchain ${PORTNAME} PSP_SDK_STAGE_PREFIX= psp/stage1 -USE_AUTOTOOLS= libtool:22:env aclocal:19:env autoheader:267:env automake:19:env autoconf:267:env +USE_AUTOTOOLS= libtool:22:env aclocal:111:env autoheader:267:env automake:111:env autoconf:267:env USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS?= --prefix=${PREFIX}/${PSP_SDK_STAGE_PREFIX} --with-pspdev="${PREFIX}/${PSP_SDK_STAGE_PREFIX}" |