diff options
Diffstat (limited to 'inputmethod/canna')
-rw-r--r-- | inputmethod/canna/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/canna/Makefile.common | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/inputmethod/canna/Makefile b/inputmethod/canna/Makefile index 2bcfdce2207..65432c8b217 100644 --- a/inputmethod/canna/Makefile +++ b/inputmethod/canna/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/03/05 19:04:30 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:11 tv Exp $ # .include "Makefile.common" @@ -9,7 +9,6 @@ DEPENDS+= Canna-dict>=${CANNA_VERSION}:../canna-dict EXTRACT_ONLY= # empty NO_CHECKSUM= YES -NO_BUILDLINK= YES NO_CONFIGURE= YES NO_BUILD= YES diff --git a/inputmethod/canna/Makefile.common b/inputmethod/canna/Makefile.common index c4363977dd6..ee84c45a325 100644 --- a/inputmethod/canna/Makefile.common +++ b/inputmethod/canna/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2004/03/23 04:41:01 jlam Exp $ +# $NetBSD: Makefile.common,v 1.10 2005/04/11 21:46:11 tv Exp $ # # Canna common makefile. # @@ -16,7 +16,6 @@ FILESDIR= ${.CURDIR}/../canna/files DISTINFO_FILE= ${.CURDIR}/../canna/distinfo PATCHDIR= ${.CURDIR}/../canna/patches -USE_BUILDLINK3= yes .include "../canna/Makefile.version" |