summaryrefslogtreecommitdiff
path: root/inputmethod/scim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/scim/Makefile')
-rw-r--r--inputmethod/scim/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/inputmethod/scim/Makefile b/inputmethod/scim/Makefile
index 55e3a1b4807..c1da09b8a3c 100644
--- a/inputmethod/scim/Makefile
+++ b/inputmethod/scim/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2014/05/29 23:36:42 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2014/11/09 02:46:30 obache Exp $
#
-DISTNAME= scim-1.4.14
-PKGREVISION= 19
+DISTNAME= scim-1.4.15
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
@@ -21,6 +20,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= msgfmt pkg-config
USE_TOOLS+= gmake # make scim-setup.desktop
USE_TOOLS+= perl intltool
+USE_TOOLS+= autopoint autoconf automake
PKGCONFIG_OVERRIDE= scim-gtkutils.pc.in
PKGCONFIG_OVERRIDE+= scim-x11utils.pc.in
@@ -49,6 +49,12 @@ LDFLAGS.SunOS+= -lsocket -lnsl
CONFIGURE_ENV+= ac_cv_func_gethostbyname_r=no
.endif
+# unused test script
+CHECK_PORTABILITY_SKIP+= extras/immodules/tests/test-exec.sh.in
+
+pre-configure:
+ ${RUN}cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${SH} bootstrap
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../x11/libICE/buildlink3.mk"