summaryrefslogtreecommitdiff
path: root/misc/sword15
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 /misc/sword15
parent. If DISTFILES are missing then print out the instructions to get them (diff)
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 'misc/sword15')
-rw-r--r--misc/sword15/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile
index df4c8a48c608..91f077ff9495 100644
--- a/misc/sword15/Makefile
+++ b/misc/sword15/Makefile
@@ -19,7 +19,7 @@ COMMENT= A project framework for manipulating Bible texts
USE_GNOME= pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:110 autoconf:261
+USE_AUTOTOOLS= automake:110 autoconf:262
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --without-conf --without-clucene --with-zlib --without-icu
USE_LDCONFIG= yes
@@ -38,6 +38,7 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.am
@@${REINPLACE_CMD} -e 's|:=|=|' ${WRKSRC}/Makefile.am \