aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2018-07-07 15:56:01 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2018-07-07 15:56:01 +0000
commit5d2ce3599ff82e433f7d752400a6f17f2ebb12ad (patch)
treea852d3af00ec9186135b64e127d24cfa61bdfe18 /japanese
parent1d32e97a189ecb25700ed4474b28def2f8a35632 (diff)
downloadports-5d2ce3599ff82e433f7d752400a6f17f2ebb12ad.tar.gz
ports-5d2ce3599ff82e433f7d752400a6f17f2ebb12ad.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/uim-anthy/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile
index 8828274d2986..567ef2d4731e 100644
--- a/japanese/uim-anthy/Makefile
+++ b/japanese/uim-anthy/Makefile
@@ -1,7 +1,6 @@
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 2
CATEGORIES= japanese
.if defined(WITHOUT_X11)
PKGNAMESUFFIX= -anthy-nox11
@@ -12,11 +11,13 @@ PKGNAMESUFFIX= -anthy
COMMENT= Uim plugin using Anthy input method
.if !defined(WITHOUT_X11)
-USE_GNOME= gtk20
+USE_GNOME= cairo gdkpixbuf2 gtk20
.endif
LIB_DEPENDS= libanthy.so:japanese/anthy \
- libuim.so:textproc/uim
+ libfreetype.so:print/freetype2 \
+ libuim.so:textproc/uim \
+ libfontconfig.so:x11-fonts/fontconfig
MASTERDIR= ${.CURDIR}/../../textproc/uim
PKGDIR= ${.CURDIR}