diff options
author | obache <obache@pkgsrc.org> | 2013-12-07 11:32:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-07 11:32:31 +0000 |
commit | f9da99b86bc229934185b0ca74170f05924cfbf2 (patch) | |
tree | ce608d13c4a451d5e3c8f8eb58d57416c91c330e /inputmethod/input-pad/Makefile | |
parent | 5e6ceb0eb55caeca27286a08f702ef57a1a238ed (diff) | |
download | pkgsrc-f9da99b86bc229934185b0ca74170f05924cfbf2.tar.gz |
Update input-pad to 1.0.3.
* Added the man of input-pad
* Updated translations.
* Fixed an error with gcc -Wformat -Werror=format-security
* Enabled GTK3 by default.
* Enalbed XTEST because glib2 uses XI2.
* Enabled maintainer-mode in configure.ac.
* Added data for Old English and Middle English.
* Some unofficial IPA, labial-velars, laterals, nasal releases,
More obsolete IPA, fixed output for wedge; added a precise, unofficial symbol for the alveolar flap.
Diffstat (limited to 'inputmethod/input-pad/Makefile')
-rw-r--r-- | inputmethod/input-pad/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/inputmethod/input-pad/Makefile b/inputmethod/input-pad/Makefile index 1c3587f3647..095cdf49e63 100644 --- a/inputmethod/input-pad/Makefile +++ b/inputmethod/input-pad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2013/10/23 12:31:14 obache Exp $ +# $NetBSD: Makefile,v 1.26 2013/12/07 11:32:31 obache Exp $ # .include "Makefile.common" @@ -14,7 +14,9 @@ USE_TOOLS+= gmake pkg-config intltool msgfmt xgettext msgmerge PKGCONFIG_OVERRIDE+= input-pad.pc.in CONFIGURE_ARGS+= --enable-pygobject2=no -CONFIGURE_ARGS+= --with-gtk=3.0 +CONFIGURE_ARGS+= --disable-maintainer-mode + +MANCOMPRESSED= yes .include "options.mk" |