diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
commit | 7a0f4abe2be429be794564fa0ba30727d6458ef0 (patch) | |
tree | cb47117e55d8b3cfa8e1d039d125b1106964ca6e /chinese | |
parent | 60dbc060c34744dd55726fe83163eee3d49b4efe (diff) | |
download | ports-7a0f4abe2be429be794564fa0ba30727d6458ef0.tar.gz ports-7a0f4abe2be429be794564fa0ba30727d6458ef0.zip |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326491
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ibus-pinyin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile index 0405607fe61a..312abc3ab715 100644 --- a/chinese/ibus-pinyin/Makefile +++ b/chinese/ibus-pinyin/Makefile @@ -21,7 +21,7 @@ USE_PYTHON= yes USE_GNOME= pygtk2 USE_GCC= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension |