aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/ibus-skk
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2012-07-19 20:36:12 +0800
committerbeat <beat@FreeBSD.org>2012-07-19 20:36:12 +0800
commite87605f0e838c09d66968ba9977d460e8d58d4cf (patch)
tree749ddcfc4ae3eccbb3fde2019661339d4bc47917 /japanese/ibus-skk
parentcde32fee071849a56ad83628540b60fee40269a1 (diff)
downloadfreebsd-ports-gnome-e87605f0e838c09d66968ba9977d460e8d58d4cf.tar.gz
freebsd-ports-gnome-e87605f0e838c09d66968ba9977d460e8d58d4cf.tar.zst
freebsd-ports-gnome-e87605f0e838c09d66968ba9977d460e8d58d4cf.zip
- Chase ibus update [1]
- Pet portlint - Convert to optionsng Reported by: pointyhat [1] Submitted by: hiroto.kagotani AT gmail.com (maintainer via private mail)
Diffstat (limited to 'japanese/ibus-skk')
-rw-r--r--japanese/ibus-skk/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/japanese/ibus-skk/Makefile b/japanese/ibus-skk/Makefile
index 8ca294409e3d..604e3e61dc6c 100644
--- a/japanese/ibus-skk/Makefile
+++ b/japanese/ibus-skk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ibus-skk
PORTVERSION= 1.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese
MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/
@@ -15,8 +15,8 @@ MAINTAINER= hiroto.kagotani@gmail.com
COMMENT= A Japanese SKK input engine for IBus
RUN_DEPENDS= ${LOCALBASE}/share/skk/SKK-JISYO.L:${PORTSDIR}/japanese/skk-jisyo
-LIB_DEPENDS= skk.0:${PORTSDIR}/japanese/libskk \
- ibus-1.0.400:${PORTSDIR}/textproc/ibus
+LIB_DEPENDS= skk:${PORTSDIR}/japanese/libskk \
+ ibus-1.0:${PORTSDIR}/textproc/ibus
USE_PYTHON= yes
USE_GETTEXT= yes
@@ -28,6 +28,8 @@ CONFIGURE_ENV+= DATADIRNAME=share
CPPFLAGS+= -I${LOCALBASE}/include
+OPTIONS_DEFINE= NLS
+
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/skk/SKK-JISYO.L|${LOCALBASE}/share/skk/SKK-JISYO.L|' ${WRKSRC}/src/preferences.c
@@ -37,7 +39,7 @@ post-install:
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else