diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-06-02 00:43:03 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-06-02 00:43:03 +0800 |
commit | df3edca40adc4f931a1a6442656944291933a560 (patch) | |
tree | e50c4ec462c56e17e3945f544a036dd2d75120f0 /chinese/fcitx | |
parent | 48473102a3e4f8dc76ab3937411cd71b2bba3e0c (diff) | |
download | freebsd-ports-gnome-df3edca40adc4f931a1a6442656944291933a560.tar.gz freebsd-ports-gnome-df3edca40adc4f931a1a6442656944291933a560.tar.zst freebsd-ports-gnome-df3edca40adc4f931a1a6442656944291933a560.zip |
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
Diffstat (limited to 'chinese/fcitx')
-rw-r--r-- | chinese/fcitx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index e654e53926e4..5b515f99bb4c 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -27,11 +27,10 @@ SUB_LIST+= PORTSDIR=${PORTSDIR} CONFLICTS= zh-scim-fcitx-3.* -USE_XZ= yes USE_GNOME= pango intltool libxml2 introspection USE_XORG= x11 xext xkbfile USE_LDCONFIG= yes -USES= cmake desktop-file-utils gettext iconv pathfix pkgconfig shared-mime-info +USES= tar:xz cmake desktop-file-utils gettext iconv pathfix pkgconfig shared-mime-info INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} |