diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-05-03 16:57:33 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-05-03 16:57:33 +0000 |
commit | a463546715a717235a5a97118913440b8f621fd9 (patch) | |
tree | fc666f89d38035a657a497212245cbcd687ac4ed /textproc/ibus/Makefile | |
parent | 6f088cfab539ccac176ae06064217e8c1ccba133 (diff) | |
download | ports-a463546715a717235a5a97118913440b8f621fd9.tar.gz ports-a463546715a717235a5a97118913440b8f621fd9.zip |
Notes
Diffstat (limited to 'textproc/ibus/Makefile')
-rw-r--r-- | textproc/ibus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 961dbb851eec..ae3b5b925c0f 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -3,6 +3,7 @@ PORTNAME= ibus PORTVERSION= 1.5.9 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ \ http://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ @@ -54,7 +55,7 @@ ISOCODES_CONFIGURE_OFF= --disable-iso-codes-check NLS_USES= gettext NLS_USES_OFF= gettext-tools -NLS_CONFIGURE_WITH= nls +NLS_CONFIGURE_ENABLE= nls GTK2_USE= GNOME=gtk20 GTK2_CONFIGURE_ENABLE= gtk2 |