diff options
author | mat <mat@FreeBSD.org> | 2015-04-11 23:48:33 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-11 23:48:33 +0800 |
commit | 9d0caa0089cfc0248b367e9d12a0073d5b86a80c (patch) | |
tree | 6d8afc29ae8e5ef2346b4af678efa4435e2ab7a8 /textproc/ibus | |
parent | c84f281ad655baf6617042215975924d6f2f39aa (diff) | |
download | freebsd-ports-gnome-9d0caa0089cfc0248b367e9d12a0073d5b86a80c.tar.gz freebsd-ports-gnome-9d0caa0089cfc0248b367e9d12a0073d5b86a80c.tar.zst freebsd-ports-gnome-9d0caa0089cfc0248b367e9d12a0073d5b86a80c.zip |
Fix build WITHOUT=NLS.
Sponsored by: Absolight
Diffstat (limited to 'textproc/ibus')
-rw-r--r-- | textproc/ibus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 476430724778..961dbb851eec 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -53,6 +53,7 @@ ISOCODES_RUN_DEPENDS= ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:${PORTSDIR}/m ISOCODES_CONFIGURE_OFF= --disable-iso-codes-check NLS_USES= gettext +NLS_USES_OFF= gettext-tools NLS_CONFIGURE_WITH= nls GTK2_USE= GNOME=gtk20 |