diff options
author | ade <ade@FreeBSD.org> | 2008-06-06 10:36:00 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2008-06-06 10:36:00 +0800 |
commit | 734bfd64dcd148626e4859bd80e94ec0ef7cf8f6 (patch) | |
tree | 3cacce88dc1eb8c4870e7575a2ece358defcef5e /misc/sword | |
parent | 2d99f61c6edb9581e8fab703b63985f29445e2e5 (diff) | |
download | freebsd-ports-gnome-734bfd64dcd148626e4859bd80e94ec0ef7cf8f6.tar.gz freebsd-ports-gnome-734bfd64dcd148626e4859bd80e94ec0ef7cf8f6.tar.zst freebsd-ports-gnome-734bfd64dcd148626e4859bd80e94ec0ef7cf8f6.zip |
Major autotools-related update:
automake 1.10 -> 1.10.1
gettext 0.16.1 -> 0.17
libtool 1.5.24 -> 1.5.26
m4 1.4.9 -> 1.4.11
Please see ports/UPDATING entry 20080605 for further information.
PR: 123450
Tested by: Full -exp package building run
Thanks to: linimon, pav
Approved by: portmgr
Diffstat (limited to 'misc/sword')
-rw-r--r-- | misc/sword/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 3a3ce6f97f86..df4c8a48c608 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -37,6 +37,7 @@ pre-everything:: .endif post-patch: + @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.am @@${REINPLACE_CMD} -e 's|:=|=|' ${WRKSRC}/Makefile.am \ |