diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /misc/sword | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | freebsd-ports-gnome-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz freebsd-ports-gnome-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.zst freebsd-ports-gnome-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'misc/sword')
-rw-r--r-- | misc/sword/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index e55e8ca275cf..0755e1af891a 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -7,7 +7,7 @@ PORTNAME= sword PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.6/ \ http://crosswire.org/ftpmirror/pub/sword/source/v1.6/ \ @@ -24,7 +24,7 @@ MAKE_JOBS_SAFE= yes USE_GNOME= pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:110 autoconf:262 +USE_AUTOTOOLS= automake:110 autoconf:267 CONFIGURE_ARGS+= --without-conf --without-clucene --with-zlib --without-icu USE_LDCONFIG= yes SUB_FILES= pkg-message @@ -43,6 +43,7 @@ pre-everything:: .endif post-patch: + @${REINPLACE_CMD} -e 's|2.63|2.67|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|:=|=|' ${WRKSRC}/Makefile.am \ |