diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-15 16:43:59 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-15 16:43:59 +0000 |
commit | 77f513afa6580c6f68cc460816d23deb9a322a2b (patch) | |
tree | fa893ab687768ba7260dfe52255c9c21b2324dfe /lang | |
parent | 1780e60df9a2c635a1b997594bb11f2d87bc5657 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnatdroid-binutils/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gnatdroid-binutils/Makefile b/lang/gnatdroid-binutils/Makefile index cb7fb91abe4d..5c6442ae3154 100644 --- a/lang/gnatdroid-binutils/Makefile +++ b/lang/gnatdroid-binutils/Makefile @@ -3,6 +3,7 @@ PORTNAME= binutils PORTVERSION= 2.24 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases @@ -11,6 +12,9 @@ PKGNAMEPREFIX= gnatdroid- MAINTAINER= marino@FreeBSD.org COMMENT= Infrastructure for C/Ada Android cross-compiler +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= multi + BUILD_DEPENDS= gnatdroid-sysroot>=9:${PORTSDIR}/lang/gnatdroid-sysroot \ ${LOCALBASE}/lib/libgmp.so:${PORTSDIR}/math/gmp \ ${LOCALBASE}/lib/libmpfr.so:${PORTSDIR}/math/mpfr |