mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Fix distinfo and unbreak this port
- Remove outdated ADA_DEFAULT check MFH: 2017Q4
This commit is contained in:
parent
1ef2ee054f
commit
e12314cfd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451498
@ -14,9 +14,7 @@ COMMENT= Library used to build GNAT tools such as ASIS
|
||||
LICENSE= GPLv3 GPLv3RLE
|
||||
LICENSE_COMB= multi
|
||||
|
||||
BROKEN= bad distinfo
|
||||
|
||||
USES= ada tar:bzip2
|
||||
USES= ada
|
||||
NO_MTREE= yes
|
||||
DISTINFO_FILE= ${.CURDIR}/../${ADAXX}-aux/distinfo
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
@ -24,11 +22,11 @@ MAKE_ENV= MAKEOBJDIR=${WRKSRC}/obj
|
||||
|
||||
.include "${.CURDIR}/Makefile.sources"
|
||||
|
||||
.if defined(ADA_DEFAULT) && ${ADA_DEFAULT} == 49
|
||||
.include "${.CURDIR}/../gcc-aux/Makefile.version"
|
||||
.elif defined(ADA_DEFAULT) && ${ADA_DEFAULT} == 5
|
||||
.if defined(ADA_DEFAULT) && ${ADA_DEFAULT} == 5
|
||||
USES+= tar:bzip2
|
||||
.include "${.CURDIR}/../gcc5-aux/Makefile.version"
|
||||
.else
|
||||
USES+= tar:xz
|
||||
.include "${.CURDIR}/../gcc6-aux/Makefile.version"
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user