diff options
author | will <will@FreeBSD.org> | 2002-01-07 13:27:27 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-01-07 13:27:27 +0800 |
commit | 31db27a8a7bf7395f3cbd83472b7ae7c41d115a0 (patch) | |
tree | 12b17cfc372a2fccda956aa7e09ad4b662620fde /lang/glade-gpl | |
parent | 938644f0d1ff7954ce8b3cc4196fb5bcc3f90a34 (diff) | |
download | freebsd-ports-gnome-31db27a8a7bf7395f3cbd83472b7ae7c41d115a0.tar.gz freebsd-ports-gnome-31db27a8a7bf7395f3cbd83472b7ae7c41d115a0.tar.zst freebsd-ports-gnome-31db27a8a7bf7395f3cbd83472b7ae7c41d115a0.zip |
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
Diffstat (limited to 'lang/glade-gpl')
-rw-r--r-- | lang/glade-gpl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/glade-gpl/Makefile b/lang/glade-gpl/Makefile index b406466d41f2..883bb461b4cf 100644 --- a/lang/glade-gpl/Makefile +++ b/lang/glade-gpl/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 |