diff options
author | culot <culot@FreeBSD.org> | 2011-09-05 20:53:04 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-09-05 20:53:04 +0800 |
commit | 883dbf4122073e3fac826a29cf2c75621fad775a (patch) | |
tree | 9c2c45c12daf25d4a690f34fec34b793bf59343a /lang/Makefile | |
parent | b912bebbfe49a4a0f3b9d17190707b0cbd4c73ed (diff) | |
download | freebsd-ports-gnome-883dbf4122073e3fac826a29cf2c75621fad775a.tar.gz freebsd-ports-gnome-883dbf4122073e3fac826a29cf2c75621fad775a.tar.zst freebsd-ports-gnome-883dbf4122073e3fac826a29cf2c75621fad775a.zip |
This package is used by lang/gnatdroid to install the system root of
Android 2.3 (API Level 9) of the ARM architecture. The ARM cross-tools
are built using these files, which in turn is required for the GNAT
FreeBSD->ARM cross-compiler that is gnatdroid.
WWW: http://www.dragonlace.net
PR: ports/160423
Submitted by: John Marino <freebsdml@marino.st>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index f6e875f59cf7..fa169a27ee64 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -103,6 +103,7 @@ SUBDIR += gjs SUBDIR += gnat SUBDIR += gnat-aux + SUBDIR += gnatdroid-sysroot SUBDIR += gnustep-base SUBDIR += gnustep-guile SUBDIR += go |