svn commit: r368593 - head/devel/psptoolchain-pspsdk-stage1

Tijl Coosemans tijl at FreeBSD.org
Fri Sep 19 19:48:29 UTC 2014


Author: tijl
Date: Fri Sep 19 19:48:28 2014
New Revision: 368593
URL: http://svnweb.freebsd.org/changeset/ports/368593
QAT: https://qat.redports.org/buildarchive/r368593/

Log:
  Convert to USES=autoreconf and remove USES=libtool

Modified:
  head/devel/psptoolchain-pspsdk-stage1/Makefile

Modified: head/devel/psptoolchain-pspsdk-stage1/Makefile
==============================================================================
--- head/devel/psptoolchain-pspsdk-stage1/Makefile	Fri Sep 19 19:38:18 2014	(r368592)
+++ head/devel/psptoolchain-pspsdk-stage1/Makefile	Fri Sep 19 19:48:28 2014	(r368593)
@@ -14,11 +14,10 @@ COMMENT=		PlayStation Portable developme
 
 PSP_SDK_STAGE_PREFIX=	psp/stage1
 
-USE_AUTOTOOLS=		aclocal:env autoheader:env automake:env autoconf:env
 HAS_CONFIGURE=		yes
-USES=			gmake libtool
 CONFIGURE_ARGS?=	--prefix=${PREFIX}/${PSP_SDK_STAGE_PREFIX} \
 			--with-pspdev="${LOCALBASE}/${PSP_SDK_STAGE_PREFIX}"
+USES=			autoreconf:build gmake
 
 # First stage only needs to install some data needed to compile newlib.
 # Patch a hardcoded prefix, such that we can set our own stage1 subdir.


More information about the svn-ports-head mailing list