svn commit: r341378 - head/devel/gnulibiberty

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 27 11:43:25 UTC 2014


Author: bapt
Date: Mon Jan 27 11:43:25 2014
New Revision: 341378
URL: http://svnweb.freebsd.org/changeset/ports/341378
QAT: https://qat.redports.org/buildarchive/r341378/

Log:
  Support stage
  USE_GMAKE -> USES=gmake

Modified:
  head/devel/gnulibiberty/Makefile

Modified: head/devel/gnulibiberty/Makefile
==============================================================================
--- head/devel/gnulibiberty/Makefile	Mon Jan 27 11:40:37 2014	(r341377)
+++ head/devel/gnulibiberty/Makefile	Mon Jan 27 11:43:25 2014	(r341378)
@@ -14,12 +14,12 @@ COMMENT=	Miscellaneous GNU functions
 
 WRKSRC=		${WRKDIR}/binutils-${PORTVERSION}/libiberty
 
+USES=		gmake
+
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 CONFIGURE_ARGS=	--enable-install-libiberty
 GNU_CONFIGURE=	yes
 
 CONFLICTS=	freelibiberty-[0-9]*
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list