diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 11:46:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 11:46:54 +0000 |
commit | 4ad115ab4e7cbe42412a4185a32532ea7f4b9b86 (patch) | |
tree | 4d7c2d928bc64195e60de1e71fe1b58b1e0609b6 /japanese/mozc-server | |
parent | 0f3d0b5eb8897f1c27b64a652519e71abd896216 (diff) |
Notes
Diffstat (limited to 'japanese/mozc-server')
-rw-r--r-- | japanese/mozc-server/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile index 377a132babcc..16c4a1920e63 100644 --- a/japanese/mozc-server/Makefile +++ b/japanese/mozc-server/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mozc-server -# Date created: 26 June 2010 -# Whom: Daichi GOTO <daichi@freebsd.org> -# +# Created by: Daichi GOTO <daichi@freebsd.org> # $FreeBSD$ -# PORTNAME= mozc PORTVERSION= 1.10.1390.102 @@ -19,12 +15,12 @@ COMMENT?= Mozc server for IBus and others LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +USES= pkgconfig USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes USE_PYTHON= yes USE_OPENSSL= yes -USE_PKGCONFIG= build MAKE_JOBS_SAFE= yes |