diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 12:47:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 12:47:36 +0800 |
commit | c07b3d06f74c2b1f5144739f606ea2f60e5c4125 (patch) | |
tree | 75bc18c02ad45658df6e53d5864baec96c002730 /devel/libthai | |
parent | 980b4f867dba0a997b3f1336459072e6da844359 (diff) | |
download | freebsd-ports-gnome-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.tar.gz freebsd-ports-gnome-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.tar.zst freebsd-ports-gnome-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.zip |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
Diffstat (limited to 'devel/libthai')
-rw-r--r-- | devel/libthai/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile index c34f3a80a8dd..4ba88a3179d6 100644 --- a/devel/libthai/Makefile +++ b/devel/libthai/Makefile @@ -7,7 +7,7 @@ PORTNAME= libthai PORTVERSION= 0.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.usablelabs.com/download/ @@ -17,7 +17,7 @@ COMMENT= Thai language support library INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:15 autoconf:259 libtool:15 +USE_AUTOTOOLS= automake:15 autoconf:261 libtool:15 ALL_TARGET= all check @@ -26,7 +26,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.59,' \ + @${REINPLACE_CMD} -e 's,15,-1.5,' -e 's,259,-2.61,' \ ${WRKSRC}/autogen.sh pre-configure: |