Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 19:48:29 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368593 - head/devel/psptoolchain-pspsdk-stage1
Message-ID:  <201409191948.s8JJmTBx003967@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409191948.s8JJmTBx003967>