diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 09:04:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 09:04:38 +0000 |
commit | cc336ea561b2a0b686337297fb9ab4d590f0b380 (patch) | |
tree | 94005c8747a7d9fc8d41137dcabd515215629ccb /chinese | |
parent | b8871ecaa0024fad59515d54aa41c6ab030f9402 (diff) | |
download | ports-cc336ea561b2a0b686337297fb9ab4d590f0b380.tar.gz ports-cc336ea561b2a0b686337297fb9ab4d590f0b380.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/libpinyin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/libpinyin/Makefile b/chinese/libpinyin/Makefile index d0833d49dbc3..9db608c348eb 100644 --- a/chinese/libpinyin/Makefile +++ b/chinese/libpinyin/Makefile @@ -13,11 +13,10 @@ MAN1= libpinyin.1 gen_binary_files.1 gen_unigram.1 \ import_interpolation.1 USE_BDB= yes -USE_GNOME= glib20 gnomehack pkgconfig -USES= gettext +USE_GNOME= glib20 +USES= gettext gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_LDCONFIG= yes CONFIGURE_ARGS+=CPPFLAGS="-I${LOCALBASE}/include \ |