diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
commit | 7a0f4abe2be429be794564fa0ba30727d6458ef0 (patch) | |
tree | cb47117e55d8b3cfa8e1d039d125b1106964ca6e /japanese | |
parent | 60dbc060c34744dd55726fe83163eee3d49b4efe (diff) | |
download | ports-7a0f4abe2be429be794564fa0ba30727d6458ef0.tar.gz ports-7a0f4abe2be429be794564fa0ba30727d6458ef0.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/gjiten/Makefile | 8 | ||||
-rw-r--r-- | japanese/ibus-skk/Makefile | 10 | ||||
-rw-r--r-- | japanese/im-ja/Makefile | 3 |
3 files changed, 5 insertions, 16 deletions
diff --git a/japanese/gjiten/Makefile b/japanese/gjiten/Makefile index 3f3b95aa2a2b..f7e125b5e366 100644 --- a/japanese/gjiten/Makefile +++ b/japanese/gjiten/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gjiten -# Date created: 2012-09-03 -# Whom: Stephane Lapie <stephane.lapie@darkbsd.org> -# +# Created by: Stephane Lapie <stephane.lapie@darkbsd.org> # $FreeBSD$ -# PORTNAME= gjiten PORTVERSION= 2.6 @@ -18,7 +14,7 @@ UTF8_DESC= Use UTF-8 edict dictionaries KANJIPAD_DESC= Use Kanjipad USE_GNOME= gtk20 gconf2 libglade libgnomeui -USE_GMAKE= yes +USES= gmake pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/japanese/ibus-skk/Makefile b/japanese/ibus-skk/Makefile index 5eadac96c026..31eed05deaa6 100644 --- a/japanese/ibus-skk/Makefile +++ b/japanese/ibus-skk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ibus-skk -# Date created: 4 January 2010 -# Whom: Hiroto Kagotani <hiroto.kagotani@gmail.com> -# +# Created by: Hiroto Kagotani <hiroto.kagotani@gmail.com> # $FreeBSD$ -# PORTNAME= ibus-skk PORTVERSION= 1.4.1 @@ -19,9 +15,7 @@ LIB_DEPENDS= skk:${PORTSDIR}/japanese/libskk \ ibus-1.0:${PORTSDIR}/textproc/ibus USE_PYTHON= yes -USES= gettext - -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_GNOME= intltool GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share diff --git a/japanese/im-ja/Makefile b/japanese/im-ja/Makefile index abdd25215745..9ce97e50f162 100644 --- a/japanese/im-ja/Makefile +++ b/japanese/im-ja/Makefile @@ -17,10 +17,9 @@ CANNA_DESC= Use Canna WNN_DESC= Use FreeWnn GNOMEPANEL_DESC= Build GNOME Panel Applet -USES= pathfix perl5 +USES= pathfix perl5 gmake pkgconfig USE_GNOME= gconf2 gnomeprefix intlhack libglade2 USE_PERL5= build -USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= im-ja-conf.1 im-ja-xim-server.1 |