diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-04 01:33:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-04 01:33:14 +0800 |
commit | d48c4ad0cbbf55dc6846a491ed987380e121b108 (patch) | |
tree | f8ce998e16f7bf42f9f1967cdd8e9e20645614ea /korean | |
parent | a9a17f54e570710ebab636507062aec0cf4aa5d3 (diff) | |
download | freebsd-ports-gnome-d48c4ad0cbbf55dc6846a491ed987380e121b108.tar.gz freebsd-ports-gnome-d48c4ad0cbbf55dc6846a491ed987380e121b108.tar.zst freebsd-ports-gnome-d48c4ad0cbbf55dc6846a491ed987380e121b108.zip |
- Stagify
- Use new LIB_DEPENDS syntax
- Convert USE_XZ to USES
Approved by: portmgr blanket
Diffstat (limited to 'korean')
-rw-r--r-- | korean/fcitx-hangul/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/korean/fcitx-hangul/Makefile b/korean/fcitx-hangul/Makefile index c4e586eece61..332dff7f3a3d 100644 --- a/korean/fcitx-hangul/Makefile +++ b/korean/fcitx-hangul/Makefile @@ -13,16 +13,14 @@ COMMENT= Hangul support for Fcitx LICENSE= GPLv2 -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ - hangul:${PORTSDIR}/korean/libhangul +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ + libhangul.so:${PORTSDIR}/korean/libhangul -USE_XZ= yes -USES= cmake gettext pkgconfig +USES= cmake gettext pkgconfig tar:xz USE_GNOME= intltool INSTALLS_ICONS= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl -NO_STAGE= yes .include <bsd.port.mk> |