diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:58:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:58:29 +0000 |
commit | 036f2c5ce66c0fd84dd8be073043ff2aaa6a6175 (patch) | |
tree | ef741fb504539dbd57ca349262a90088fe841bad /chinese/gcin/Makefile | |
parent | a327ff430ab824a5e8342f6a95e1d749c043e5de (diff) | |
download | ports-036f2c5ce66c0fd84dd8be073043ff2aaa6a6175.tar.gz ports-036f2c5ce66c0fd84dd8be073043ff2aaa6a6175.zip |
Notes
Diffstat (limited to 'chinese/gcin/Makefile')
-rw-r--r-- | chinese/gcin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile index a4da5c5f47a9..f1aca1c98b47 100644 --- a/chinese/gcin/Makefile +++ b/chinese/gcin/Makefile @@ -36,7 +36,7 @@ NO_STAGE= yes .if ${PORT_OPTIONS:MQT_IM_MODULE} USE_QT4= inputmethods qmake_build moc_build corelib gui -LIB_DEPENDS+= mng:${PORTSDIR}/graphics/libmng +LIB_DEPENDS+= libmng.so:${PORTSDIR}/graphics/libmng PLIST_SUB+= QT_IM_MODULE="" .else CONFIGURE_ARGS+= --use_qt4=N @@ -51,7 +51,7 @@ BROKEN= does not compile .if ${PORT_OPTIONS:MANTHY} BUILD_DEPENDS+= ${LOCALBASE}/include/anthy/anthy.h:${PORTSDIR}/japanese/anthy -LIB_DEPENDS+= anthy:${PORTSDIR}/japanese/anthy +LIB_DEPENDS+= libanthy.so:${PORTSDIR}/japanese/anthy PLIST_SUB+= ANTHY_MODULE="" .else CONFIGURE_ARGS+= --use_anthy=N |