diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 22:58:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 22:58:29 +0800 |
commit | bc6a1a21c9cf4360f723763bc8a14e26602b57e2 (patch) | |
tree | ef741fb504539dbd57ca349262a90088fe841bad /chinese/fcitx-table-extra/Makefile | |
parent | ea8db3a1049c55cdd2143d4622d89b0b65d5062d (diff) | |
download | freebsd-ports-gnome-bc6a1a21c9cf4360f723763bc8a14e26602b57e2.tar.gz freebsd-ports-gnome-bc6a1a21c9cf4360f723763bc8a14e26602b57e2.tar.zst freebsd-ports-gnome-bc6a1a21c9cf4360f723763bc8a14e26602b57e2.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in chinese
Diffstat (limited to 'chinese/fcitx-table-extra/Makefile')
-rw-r--r-- | chinese/fcitx-table-extra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/fcitx-table-extra/Makefile b/chinese/fcitx-table-extra/Makefile index 9b0aaa463cd2..50108c6c6cc8 100644 --- a/chinese/fcitx-table-extra/Makefile +++ b/chinese/fcitx-table-extra/Makefile @@ -10,7 +10,7 @@ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com COMMENT= Table-based input methods for Fcitx -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx USE_XZ= yes USES= cmake gettext |