diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-07-10 20:50:35 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-07-10 20:50:35 +0800 |
commit | afbbe99a6519c3a4dd0c14d820569be1771a7277 (patch) | |
tree | b35045f5f2790902ad76671bbdb2d3638f0d8fb5 /japanese/fcitx-anthy | |
parent | fa21c9e4d5340d48d14c057a9a835e0a718f1059 (diff) | |
download | freebsd-ports-gnome-afbbe99a6519c3a4dd0c14d820569be1771a7277.tar.gz freebsd-ports-gnome-afbbe99a6519c3a4dd0c14d820569be1771a7277.tar.zst freebsd-ports-gnome-afbbe99a6519c3a4dd0c14d820569be1771a7277.zip |
1: remove NO_STAGE.
2: new syntax of LIB_DEPENDS.
3: USES=tar:xz
Diffstat (limited to 'japanese/fcitx-anthy')
-rw-r--r-- | japanese/fcitx-anthy/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/japanese/fcitx-anthy/Makefile b/japanese/fcitx-anthy/Makefile index f1524c725e5f..8237d6047e77 100644 --- a/japanese/fcitx-anthy/Makefile +++ b/japanese/fcitx-anthy/Makefile @@ -10,14 +10,12 @@ DIST_SUBDIR= fcitx MAINTAINER= ports@FreeBSD.org COMMENT= Anthy support for Fcitx -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ - anthy:${PORTSDIR}/japanese/anthy +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ + libanthy.so:${PORTSDIR}/japanese/anthy -USE_XZ= yes -USES= cmake gettext pkgconfig +USES= cmake gettext pkgconfig tar:xz USE_GNOME= intltool PROJECTHOST= fcitx -NO_STAGE= yes .include <bsd.port.mk> |