From 2b75fdf057f2525f9352abc9eaeb050a5e92d0ff Mon Sep 17 00:00:00 2001 From: kwm Date: Mon, 6 May 2013 19:33:41 +0000 Subject: Switch to USES=gettext and add dconf depend. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18430 df743ca5-7f9a-e211-a948-0013205c9059 --- textproc/ibus/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index feecc769c..58795a4c5 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --disable-iso-codes-check .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls @@ -55,7 +55,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MGTK3} -USE_GNOME+= gtk30 +USE_GNOME+= gtk30 dconf PLIST_SUB+= GTK3="" .else CONFIGURE_ARGS+= --disable-gtk3 -- cgit v1.2.3