summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-09-28 06:04:14 +0000
committerobache <obache@pkgsrc.org>2012-09-28 06:04:14 +0000
commitf9bb02bbcc4bb1720bd000811ed92ffcab9a560e (patch)
tree1cab4c2b9aa4d14da11e16a90332aec89c273900
parent1896bf9184c264b855cdcac196bf17e33b621220 (diff)
downloadpkgsrc-f9bb02bbcc4bb1720bd000811ed92ffcab9a560e.tar.gz
SunOS require libuuid too.
-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