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/ibus-skk | |
parent | 3cf0c52fa6016687078f1be15489ab2af19dc330 (diff) | |
download | ports-c4927e043cf01f73da57920698b695c0c6cf3e64.tar.gz ports-c4927e043cf01f73da57920698b695c0c6cf3e64.zip |
Add missing USES={gnome,php,sdl} to the rest
Notes
Notes:
svn path=/head/; revision=517072
Diffstat (limited to 'japanese/ibus-skk')
-rw-r--r-- | japanese/ibus-skk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/ibus-skk/Makefile b/japanese/ibus-skk/Makefile index 05b55d11954a..2a2300916882 100644 --- a/japanese/ibus-skk/Makefile +++ b/japanese/ibus-skk/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libibus-1.0.so:textproc/ibus \ libskk.so:japanese/libskk -USES= autoreconf gettext gmake libtool pkgconfig python +USES= autoreconf gettext gmake gnome libtool pkgconfig python GNU_CONFIGURE= yes CONFIGURE_ENV= DATADIRNAME=share USE_GITHUB= yes |