aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libthai
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-12-23 04:05:49 +0800
committerAde Lovett <ade@FreeBSD.org>2010-12-23 04:05:49 +0800
commit843f8123d49e579e80de26ff1dd62c8c1acf3fac (patch)
treec7ef29d508548833364cb92d3bd5bcf810816e88 /devel/libthai
parent55d09a7758330e40bc25cb90b27b1ae9b034af02 (diff)
downloadfreebsd-ports-gnome-843f8123d49e579e80de26ff1dd62c8c1acf3fac.tar.gz
freebsd-ports-gnome-843f8123d49e579e80de26ff1dd62c8c1acf3fac.tar.zst
freebsd-ports-gnome-843f8123d49e579e80de26ff1dd62c8c1acf3fac.zip
Sync to final (for now) bsd.autotools.mk
Diffstat (limited to 'devel/libthai')
-rw-r--r--devel/libthai/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile
index c44c8601a2c0..8f82f0127790 100644
--- a/devel/libthai/Makefile
+++ b/devel/libthai/Makefile
@@ -18,6 +18,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= automake autoconf libtool
+AUTOTOOLSFILES= autogen.sh
MAKE_JOBS_UNSAFE= yes
ALL_TARGET= all check
@@ -27,7 +28,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.11,' -e 's,259,-2.68,' \
+ @${REINPLACE_CMD} -e 's,15,-%%AUTOMAKE_VERSION%%,' -e 's,259,-%%AUTOCONF_VERSION%%,' \
${WRKSRC}/autogen.sh
pre-configure: