diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 08:39:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 08:39:20 +0000 |
commit | 6600d6be8a6ea1a652282364f19ee9f37cd9ad1c (patch) | |
tree | d471d509e8536b17b01a19757858c0918802bab8 /devel/msp430-gcc/Makefile | |
parent | 7ec4b3d1a268df1e30726e5ae185bfa7ec7af2dc (diff) | |
download | ports-6600d6be8a6ea1a652282364f19ee9f37cd9ad1c.tar.gz ports-6600d6be8a6ea1a652282364f19ee9f37cd9ad1c.zip |
Notes
Diffstat (limited to 'devel/msp430-gcc/Makefile')
-rw-r--r-- | devel/msp430-gcc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/msp430-gcc/Makefile b/devel/msp430-gcc/Makefile index 82f7d533535d..df7a5cb6ba17 100644 --- a/devel/msp430-gcc/Makefile +++ b/devel/msp430-gcc/Makefile @@ -46,9 +46,8 @@ WRKSRC= ${WRKDIR}/build PATCH_WRKSRC= ${SRCDIR} USE_BZIP2= yes -USE_GMAKE= yes -USES= bison iconv -USE_PERL5_BUILD=yes +USES= bison iconv gmake perl5 +USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_SCRIPT=../${SRCDIR:S/${WRKDIR}\///}/configure |