summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache>2011-01-09 11:07:49 +0000
committerobache <obache>2011-01-09 11:07:49 +0000
commit67e83296c61a8ecfa4e11ad3d7e1e00f20e29018 (patch)
treea7f4609b8d662ba783b4d14ad2857eb6cbb173e0 /inputmethod
parent4153f865d2958a6a4419642816619543145be300 (diff)
downloadpkgsrc-67e83296c61a8ecfa4e11ad3d7e1e00f20e29018.tar.gz
Linux have no uuid functions in libc, add dependency on libuuid.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-pinyin/Makefile8
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"