aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libthai
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2010-12-23 04:05:49 +0800
committerade <ade@FreeBSD.org>2010-12-23 04:05:49 +0800
commitb3eaac16d9d3e7dd232308127eb5799f815ef821 (patch)
treec68d1b2f0ef56bab6c4f255c67470c55cf424f79 /devel/libthai
parent7ff69e2f85702b7c6b49ce09c3f75364c4e21f85 (diff)
downloadfreebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.tar.gz
freebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.tar.zst
freebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.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: