svn commit: r341676 - head/devel/libbfd

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 28 23:35:38 UTC 2014


Author: bapt
Date: Tue Jan 28 23:35:37 2014
New Revision: 341676
URL: http://svnweb.freebsd.org/changeset/ports/341676
QAT: https://qat.redports.org/buildarchive/r341676/

Log:
  Support stage

Modified:
  head/devel/libbfd/Makefile

Modified: head/devel/libbfd/Makefile
==============================================================================
--- head/devel/libbfd/Makefile	Tue Jan 28 23:31:19 2014	(r341675)
+++ head/devel/libbfd/Makefile	Tue Jan 28 23:35:37 2014	(r341676)
@@ -17,8 +17,8 @@ CONFLICTS=	mingw-binutils-[0-9]* binutil
 
 WRKSRC=		${WRKDIR}/binutils-${PORTVERSION}/bfd
 
+USES=		gmake
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-install-libbfd \
 		--enable-commonbfdlib \
@@ -28,7 +28,6 @@ CONFIGURE_ARGS=	--enable-install-libbfd 
 		--disable-werror
 INFO=		bfd
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64"


More information about the svn-ports-all mailing list