diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 17:34:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 17:34:06 +0000 |
commit | f8b0d88fe65d82feaaf57980df0572ab4da6428d (patch) | |
tree | 6d5df5e0ae112d46d73d51efb072a1d5887e47aa /japanese | |
parent | 0554e323ba0983720551ce2d6021e4f13e8af925 (diff) | |
download | ports-f8b0d88fe65d82feaaf57980df0572ab4da6428d.tar.gz ports-f8b0d88fe65d82feaaf57980df0572ab4da6428d.zip |
- Remove indefinite article from COMMENT
- Use new LIB_DEPENDS syntax
- Stagify
Notes
Notes:
svn path=/head/; revision=360425
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ibus-skk/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
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 <bsd.port.pre.mk> .if ${PORT_OPTIONS:MNLS} |