aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-17 21:29:19 +0800
committermarino <marino@FreeBSD.org>2015-03-17 21:29:19 +0800
commitc7801e14df54032a7a8fb99d596d7c67fb77e71e (patch)
treebf85c103b4fc61e1f4d2b72703b187b38a040977 /lang
parent4bceb90a2d332d0d82108a402cc4c37a46daa7c6 (diff)
downloadfreebsd-ports-gnome-c7801e14df54032a7a8fb99d596d7c67fb77e71e.tar.gz
freebsd-ports-gnome-c7801e14df54032a7a8fb99d596d7c67fb77e71e.tar.zst
freebsd-ports-gnome-c7801e14df54032a7a8fb99d596d7c67fb77e71e.zip
lang/gnatdroid-armv7: Explicitly request gcc-aux
This almost builds on gcc5-aux without modification, but not quite. Getting it based on gcc5 is not a priority, so we'll use the new ada.mk argument "49" to force it to stay on gcc-aux, even if ADA_DEFAULT is set to "5".
Diffstat (limited to 'lang')
-rw-r--r--lang/gnatdroid-armv7/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnatdroid-armv7/Makefile b/lang/gnatdroid-armv7/Makefile
index 8319ebd07c87..282acf05ecc5 100644
--- a/lang/gnatdroid-armv7/Makefile
+++ b/lang/gnatdroid-armv7/Makefile
@@ -24,7 +24,7 @@ NO_LICENSES_INSTALL= yes
.include "${.CURDIR}/../gcc-aux/Makefile.common"
-USES+= ada gmake
+USES+= ada:49 gmake
LANGS= c c++ ada
APPLY_DIFFS= core ada cxx ada-testsuite
NO_MTREE= YES