Date: Fri, 2 Nov 2018 17:55:23 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483829 - head/devel/avr-gcc Message-ID: <201811021755.wA2HtN20061470@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811021755.wA2HtN20061470>