diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:47:00 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:47:00 +0000 |
commit | c4927e043cf01f73da57920698b695c0c6cf3e64 (patch) | |
tree | 448a74c1d2fa9218ed879cc777821d13e1e1a9e8 /japanese/skk-tools/Makefile | |
parent | graphics: Add missing USES={gl,gnome,sdl} (diff) |
Add missing USES={gnome,php,sdl} to the rest
Notes
Notes:
svn path=/head/; revision=517072
Diffstat (limited to 'japanese/skk-tools/Makefile')
-rw-r--r-- | japanese/skk-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/skk-tools/Makefile b/japanese/skk-tools/Makefile index 4aad8b06956a..27c584a7da78 100644 --- a/japanese/skk-tools/Makefile +++ b/japanese/skk-tools/Makefile @@ -25,7 +25,7 @@ OPTIONS_DEFINE= DOCS EXPR2 OPTIONS_DEFAULT= EXPR2 EXPR2_DESC= Build skkdic-expr2 (needs glib-2.x) -EXPR2_USES= pkgconfig +EXPR2_USES= gnome pkgconfig EXPR2_USE= GNOME=glib20 EXPR2_PLIST_FILES= bin/skkdic-expr2 EXPR2_CONFIGURE_WITH= skkdic-expr2 |