diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-07 05:27:27 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-07 05:27:27 +0000 |
commit | d0700e912cc458374919df64274186f6dcd0d66f (patch) | |
tree | 37f6b5b093eeb91f3e129bdb2837dca77a64df8f /lang/gnat-glade | |
parent | Add x11/XFree86-4-clients for mkfontdir if XFREE86_VERSION=4. (diff) |
Get this port to build correctly in the midst of ac/am 2.52/1.5, since
it requires 2.13/1.4.
Submitted by: bento 4-exp
Notes
Notes:
svn path=/head/; revision=52694
Diffstat (limited to 'lang/gnat-glade')
-rw-r--r-- | lang/gnat-glade/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/gnat-glade/Makefile b/lang/gnat-glade/Makefile index b406466d41f2..883bb461b4cf 100644 --- a/lang/gnat-glade/Makefile +++ b/lang/gnat-glade/Makefile @@ -15,10 +15,14 @@ MAINTAINER= sam@inf.enst.fr BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat -USE_AUTOCONF= yes +USE_AUTOMAKE_VER=14 CONFIGURE_ENV= ADA=adagcc USE_GMAKE= yes +pre-configure: + ${PERL} -pi -e "s@aclocal\)@${ACLOCAL})@g;\ + s@automake\)@${AUTOMAKE})@g" ${WRKSRC}/aclocal.m4 + post-install: strip ${PREFIX}/bin/gnatdist |