diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 17:04:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 17:04:38 +0800 |
commit | 1764d93c6af3aa8c5ccb8d6634e1e3e7d2a09b20 (patch) | |
tree | 94005c8747a7d9fc8d41137dcabd515215629ccb /chinese | |
parent | 8ecb508d762e9d2149264a51f089c8b66986b6b9 (diff) | |
download | freebsd-ports-gnome-1764d93c6af3aa8c5ccb8d6634e1e3e7d2a09b20.tar.gz freebsd-ports-gnome-1764d93c6af3aa8c5ccb8d6634e1e3e7d2a09b20.tar.zst freebsd-ports-gnome-1764d93c6af3aa8c5ccb8d6634e1e3e7d2a09b20.zip |
Eliminate USE_GNOME=pkgconfig from chinese
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 \ |