View | Details | Raw Unified | Return to bug 190910
Collapse All | Expand All

(-)Makefile (-7 / +4 lines)
Lines 3-18 Link Here
3
3
4
PORTNAME=	ibus-m17n
4
PORTNAME=	ibus-m17n
5
PORTVERSION=	1.3.3
5
PORTVERSION=	1.3.3
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
8
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
9
		http://anthesphoria.net/FreeBSD/ports/distfiles/
10
9
11
MAINTAINER=	nikola.lecic@anthesphoria.net
10
MAINTAINER=	nikola.lecic@anthesphoria.net
12
COMMENT=	The m17n IMEngine for IBus framework
11
COMMENT=	The m17n IMEngine for IBus framework
13
12
14
LIB_DEPENDS=	ibus-1.0:${PORTSDIR}/textproc/ibus \
13
LIB_DEPENDS=	libibus-1.0.so:${PORTSDIR}/textproc/ibus \
15
		m17n.4:${PORTSDIR}/devel/m17n-lib
14
		libm17n.so:${PORTSDIR}/devel/m17n-lib
16
RUN_DEPENDS=	ibus-daemon:${PORTSDIR}/textproc/ibus
15
RUN_DEPENDS=	ibus-daemon:${PORTSDIR}/textproc/ibus
17
16
18
PROJECTHOST=	ibus
17
PROJECTHOST=	ibus
Lines 20-27 Link Here
20
USES=		gmake pkgconfig
19
USES=		gmake pkgconfig
21
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
22
21
23
NO_STAGE=	yes
24
25
OPTIONS_DEFINE=	NLS
22
OPTIONS_DEFINE=	NLS
26
23
27
.include <bsd.port.options.mk>
24
.include <bsd.port.options.mk>
(-)files/patch-configure (+12 lines)
Line 0 Link Here
1
--- configure~	2011-08-29 10:42:34.000000000 +0200
2
+++ configure	2014-06-10 04:25:05.000000000 +0400
3
@@ -18273,8 +18273,7 @@
4
       fi
5
     fi
6
 
7
-    if test "$gt_use_preinstalled_gnugettext" = "yes" \
8
-       || test "$nls_cv_use_gnu_gettext" = "yes"; then
9
+	if test "$USE_NLS" = "yes"; then
10
 
11
 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12
 

Return to bug 190910