summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache>2012-09-28 06:04:14 +0000
committerobache <obache>2012-09-28 06:04:14 +0000
commit5d48adb89fa49aaf826b0fa3c5159ba7fc5b88a7 (patch)
tree1cab4c2b9aa4d14da11e16a90332aec89c273900 /inputmethod
parentbcbcd981b4ecd0530682a56350eb1ecfa64ac8bb (diff)
downloadpkgsrc-5d48adb89fa49aaf826b0fa3c5159ba7fc5b88a7.tar.gz
SunOS require libuuid too.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-pinyin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/ibus-pinyin/Makefile b/inputmethod/ibus-pinyin/Makefile
index 35e7a5c65c0..083441be138 100644
--- a/inputmethod/ibus-pinyin/Makefile
+++ b/inputmethod/ibus-pinyin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/09/15 10:05:12 obache Exp $
+# $NetBSD: Makefile,v 1.16 2012/09/28 06:04:14 obache Exp $
#
DISTNAME= ibus-pinyin-1.4.0
@@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --enable-db-open-phrase
.include "../../mk/bsd.prefs.mk"
.include "../../mk/compiler.mk"
-.if ${OPSYS} == "Linux"
+.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
. include "../../devel/libuuid/buildlink3.mk"
.endif