svn commit: r483829 - head/devel/avr-gcc

Antoine Brodin antoine at FreeBSD.org
Fri Nov 2 17:55:24 UTC 2018


Author: antoine
Date: Fri Nov  2 17:55:23 2018
New Revision: 483829
URL: https://svnweb.freebsd.org/changeset/ports/483829

Log:
  Add missing USES=makeinfo

Modified:
  head/devel/avr-gcc/Makefile

Modified: head/devel/avr-gcc/Makefile
==============================================================================
--- head/devel/avr-gcc/Makefile	Fri Nov  2 17:53:58 2018	(r483828)
+++ head/devel/avr-gcc/Makefile	Fri Nov  2 17:55:23 2018	(r483829)
@@ -30,7 +30,7 @@ DIST_VERSION=	${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
 
-USES=		bison gmake perl5 tar:bzip2 libtool
+USES=		bison gmake libtool makeinfo perl5 tar:bzip2
 USE_PERL5=	build
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list