diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
commit | 771ea13f4111cf3212b9c32c18ac5fc1975d483d (patch) | |
tree | b4d0fdbbaaf974fbf1b69ebcbe9a956cb4eed79d /misc/sword15 | |
parent | 582d67b410e45602807f37bf0e20fd522b31b033 (diff) |
Notes
Diffstat (limited to 'misc/sword15')
-rw-r--r-- | misc/sword15/Makefile | 3 |
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 \ |