1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Mk/Uses/ada.mk: Fix missed previously substitution

This commit is contained in:
John Marino 2015-03-17 13:27:09 +00:00
parent 63d5d5b384
commit b4e583add0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381491

View File

@ -29,7 +29,7 @@ ADAXX= gcc
. endif
. endif
BUILD_DEPENDS+= ${LOCALBASE}/gcc47-aux/bin/ada:${PORTSDIR}/lang/${ADAXX}-aux
BUILD_DEPENDS+= ${LOCALBASE}/${ADAXX}-aux/bin/ada:${PORTSDIR}/lang/${ADAXX}-aux
MAKE_ENV+= PATH=${LOCALBASE}/${ADAXX}-aux/bin:${PATH} \
ADA_PROJECT_PATH=${LOCALBASE}/lib/gnat
CONFIGURE_ENV+= PATH=${LOCALBASE}/${ADAXX}-aux/bin:${PATH} \