summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-23 04:40:59 +0000
committerjlam <jlam>2004-03-23 04:40:59 +0000
commit70655c85b2536d9dfd095ba2b50eb3bbfc6fb453 (patch)
treed8094c229e6aa2ba7ccd261556aaa1939c21a233 /inputmethod
parent751036b69c7d3a3afbe83af9f9c8088ae182a56d (diff)
downloadpkgsrc-70655c85b2536d9dfd095ba2b50eb3bbfc6fb453.tar.gz
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/canna-server/Makefile4
-rw-r--r--inputmethod/canna/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/canna-server/Makefile b/inputmethod/canna-server/Makefile
index 5aeebe72230..b0246ba1660 100644
--- a/inputmethod/canna-server/Makefile
+++ b/inputmethod/canna-server/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2004/03/05 19:09:22 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2004/03/23 04:41:01 jlam Exp $
#
.include "../canna/Makefile.common"
CANNA_MODULE= server
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
INSTALL_TARGET= instserver
USE_PKGINSTALL= YES
diff --git a/inputmethod/canna/Makefile.common b/inputmethod/canna/Makefile.common
index 652f6e7b84a..c4363977dd6 100644
--- a/inputmethod/canna/Makefile.common
+++ b/inputmethod/canna/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2004/03/05 19:09:22 minskim Exp $
+# $NetBSD: Makefile.common,v 1.9 2004/03/23 04:41:01 jlam Exp $
#
# Canna common makefile.
#
@@ -16,7 +16,7 @@ FILESDIR= ${.CURDIR}/../canna/files
DISTINFO_FILE= ${.CURDIR}/../canna/distinfo
PATCHDIR= ${.CURDIR}/../canna/patches
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
.include "../canna/Makefile.version"