diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-24 03:22:28 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-24 03:22:28 +0000 |
commit | 56fb58c56f8c9a1efad1589a56a57df3c0dbb225 (patch) | |
tree | 407a7ca984606a238df7d27040696acf725d4aff /devel/libthai | |
parent | b6000bd1d15d7aa952ef8d4d5d8a7f6e55e04fe3 (diff) |
Notes
Diffstat (limited to 'devel/libthai')
-rw-r--r-- | devel/libthai/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile index 6f4b45d83fdb..faad6b1b4e44 100644 --- a/devel/libthai/Makefile +++ b/devel/libthai/Makefile @@ -17,7 +17,7 @@ COMMENT= Thai language support library USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:15 autoconf:267 libtool:22 +USE_AUTOTOOLS= automake:19 autoconf:267 libtool:22 MAKE_JOBS_UNSAFE= yes ALL_TARGET= all check @@ -27,7 +27,7 @@ MAN3= libthai.3 thctype.3 wtt.3 post-patch: @${REINPLACE_CMD} -E 's,^(pkgconfigdir = ).*$$,\1$$(prefix)/libdata/pkgconfig,' \ ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} -e 's,15,-1.5,' -e 's,259,-2.67,' \ + @${REINPLACE_CMD} -e 's,15,-1.9,' -e 's,259,-2.67,' \ ${WRKSRC}/autogen.sh pre-configure: |