diff options
author | obache <obache> | 2011-01-09 11:07:49 +0000 |
---|---|---|
committer | obache <obache> | 2011-01-09 11:07:49 +0000 |
commit | 88c18be88031c12babb30715312ef3e49686999e (patch) | |
tree | a7f4609b8d662ba783b4d14ad2857eb6cbb173e0 | |
parent | 3cebeabf1e27006d3918036b2136f69bd858fc69 (diff) | |
download | pkgsrc-88c18be88031c12babb30715312ef3e49686999e.tar.gz |
Linux have no uuid functions in libc, add dependency on libuuid.
-rw-r--r-- | inputmethod/ibus-pinyin/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/inputmethod/ibus-pinyin/Makefile b/inputmethod/ibus-pinyin/Makefile index 5eef7390a46..e8f92c03650 100644 --- a/inputmethod/ibus-pinyin/Makefile +++ b/inputmethod/ibus-pinyin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/09/06 07:56:24 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/01/09 11:07:49 obache Exp $ # DISTNAME= ibus-pinyin-1.3.11 @@ -40,6 +40,12 @@ CONFIGURE_ARGS+= --enable-db-open-phrase .include "options.mk" +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Linux" +. include "../../devel/libuuid/buildlink3.mk" +.endif + .include "../../inputmethod/ibus/bad-env-usage.mk" .include "../../databases/sqlite3/buildlink3.mk" |