1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Support stage

USE_GMAKE -> USES=gmake
This commit is contained in:
Baptiste Daroussin 2014-01-27 11:43:25 +00:00
parent 9fa9f1ec2b
commit 9171af1d8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341378

View File

@ -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>