summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-01-07 05:27:27 +0000
committerWill Andrews <will@FreeBSD.org>2002-01-07 05:27:27 +0000
commitd0700e912cc458374919df64274186f6dcd0d66f (patch)
tree37f6b5b093eeb91f3e129bdb2837dca77a64df8f
parentAdd 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
-rw-r--r--lang/glade-gpl/Makefile6
-rw-r--r--lang/gnat-glade/Makefile6
2 files changed, 10 insertions, 2 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
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