aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-11-03 01:55:23 +0800
committerantoine <antoine@FreeBSD.org>2018-11-03 01:55:23 +0800
commit24ea304b7c38b0b49488c452912eacc7de81a96a (patch)
tree98ca31495e46c332f1f615b12c8639890ccfbc59 /devel
parent47c63f64af5ad7ef8b5e15c9a7d37e66000f85e2 (diff)
downloadfreebsd-ports-gnome-24ea304b7c38b0b49488c452912eacc7de81a96a.tar.gz
freebsd-ports-gnome-24ea304b7c38b0b49488c452912eacc7de81a96a.tar.zst
freebsd-ports-gnome-24ea304b7c38b0b49488c452912eacc7de81a96a.zip
Add missing USES=makeinfo
Diffstat (limited to 'devel')
-rw-r--r--devel/avr-gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile
index 0a9bb79e7622..a2a1cdaa849c 100644
--- a/devel/avr-gcc/Makefile
+++ b/devel/avr-gcc/Makefile
@@ -30,7 +30,7 @@ DIST_VERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/}
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