diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-02 17:55:23 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-02 17:55:23 +0000 |
commit | 32028b6dd48ac16427d3b6978c1671228727f207 (patch) | |
tree | 98ca31495e46c332f1f615b12c8639890ccfbc59 | |
parent | 44f5448755d19e7a8e3f9efd4b8ec95b447903d5 (diff) |
Notes
-rw-r--r-- | devel/avr-gcc/Makefile | 2 |
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 |