aboutsummaryrefslogtreecommitdiff
path: root/lang/guile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2008-08-20 00:57:32 +0000
committerAde Lovett <ade@FreeBSD.org>2008-08-20 00:57:32 +0000
commit771ea13f4111cf3212b9c32c18ac5fc1975d483d (patch)
treeb4d0fdbbaaf974fbf1b69ebcbe9a956cb4eed79d /lang/guile
parent582d67b410e45602807f37bf0e20fd522b31b033 (diff)
downloadports-771ea13f4111cf3212b9c32c18ac5fc1975d483d.tar.gz
ports-771ea13f4111cf3212b9c32c18ac5fc1975d483d.zip
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Notes
Notes: svn path=/head/; revision=218886
Diffstat (limited to 'lang/guile')
-rw-r--r--lang/guile/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index deddcffb7168..f2e7d79ad7c5 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -16,7 +16,7 @@ COMMENT= GNU Ubiquitous Intelligent Language for Extension
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
-USE_AUTOTOOLS= autoconf:261 libltdl:15
+USE_AUTOTOOLS= autoconf:262 libltdl:15
USE_GMAKE= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
@@ -45,5 +45,6 @@ post-patch:
${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' ${REINPLACE_FILES}
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/libguile/load.c
+ @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
.include <bsd.port.post.mk>