diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2018-07-07 23:56:01 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2018-07-07 23:56:01 +0800 |
commit | f4721e5768820e70d7d5ed5e6e5705406a9ae90c (patch) | |
tree | a852d3af00ec9186135b64e127d24cfa61bdfe18 /japanese | |
parent | c57de89a1597cfa44b949ab5e7da03dd849dcfd4 (diff) | |
download | freebsd-ports-gnome-f4721e5768820e70d7d5ed5e6e5705406a9ae90c.tar.gz freebsd-ports-gnome-f4721e5768820e70d7d5ed5e6e5705406a9ae90c.tar.zst freebsd-ports-gnome-f4721e5768820e70d7d5ed5e6e5705406a9ae90c.zip |
Update to 1.8.8.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/uim-anthy/Makefile | 7 |
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} |