diff options
Diffstat (limited to 'lang/gnat-glade/Makefile')
-rw-r--r-- | lang/gnat-glade/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gnat-glade/Makefile b/lang/gnat-glade/Makefile index b2c96344f356..ba10cd586bcf 100644 --- a/lang/gnat-glade/Makefile +++ b/lang/gnat-glade/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/${PORTVERSION}/glade/ DISTNAME= glade-${PORTVERSION}-src EXTRACT_SUFX= .tgz -MAINTAINER= sam@inf.enst.fr +MAINTAINER= ports@FreeBSD.org COMMENT= GNU Ada distributed systems annex BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat @@ -29,6 +29,9 @@ CONFIGURE_ENV= ADA=adagcc USE_GMAKE= yes USE_PERL5_BUILD=yes +ADACFLAGS?= +CFLAGS=${ADACFLAGS} + pre-configure: ${PERL} -pi -e "s@aclocal\)@${ACLOCAL})@g;\ s@automake\)@${AUTOMAKE})@g" ${WRKSRC}/aclocal.m4 |