From f8b0d88fe65d82feaaf57980df0572ab4da6428d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 3 Jul 2014 17:34:06 +0000 Subject: - Remove indefinite article from COMMENT - Use new LIB_DEPENDS syntax - Stagify --- japanese/ibus-skk/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'japanese/ibus-skk') diff --git a/japanese/ibus-skk/Makefile b/japanese/ibus-skk/Makefile index 8c7e9fe31bd6..9b60c31e099c 100644 --- a/japanese/ibus-skk/Makefile +++ b/japanese/ibus-skk/Makefile @@ -8,11 +8,11 @@ CATEGORIES= japanese MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/ MAINTAINER= ports@FreeBSD.org -COMMENT= A Japanese SKK input engine for IBus +COMMENT= Japanese SKK input engine for IBus RUN_DEPENDS= ${LOCALBASE}/share/skk/SKK-JISYO.L:${PORTSDIR}/japanese/skk-jisyo -LIB_DEPENDS= skk:${PORTSDIR}/japanese/libskk \ - ibus-1.0:${PORTSDIR}/textproc/ibus +LIB_DEPENDS= libskk.so:${PORTSDIR}/japanese/libskk \ + libibus-1.0.so:${PORTSDIR}/textproc/ibus USE_PYTHON= yes USES= gettext gmake pkgconfig @@ -24,14 +24,9 @@ CPPFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= NLS -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share/skk/SKK-JISYO.L|${LOCALBASE}/share/skk/SKK-JISYO.L|' ${WRKSRC}/src/preferences.c -post-install: - @${CAT} ${PKGMESSAGE} - @${ECHO} To display this message again, type ${PKG_INFO} -D ${PKGNAME} - .include .if ${PORT_OPTIONS:MNLS} -- cgit v1.2.3