diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
commit | 326169077a1ea33e6ce3ca3fd58f9e44cc2eb041 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /inputmethod/canna | |
parent | a97936193dc3417e78f64b9361579ab280ca8f30 (diff) | |
download | pkgsrc-326169077a1ea33e6ce3ca3fd58f9e44cc2eb041.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'inputmethod/canna')
-rw-r--r-- | inputmethod/canna/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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" |