From b071188025b8d6c4628934b47f42565d6f8ce925 Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 19 Jul 2005 10:11:48 +0000 Subject: depends should be ../..// --- inputmethod/canna/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'inputmethod/canna') diff --git a/inputmethod/canna/Makefile b/inputmethod/canna/Makefile index 65432c8b217..f809d8949a5 100644 --- a/inputmethod/canna/Makefile +++ b/inputmethod/canna/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:11 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/07/19 10:17:17 grant Exp $ # .include "Makefile.common" PKGNAME:= Canna-${CANNA_VERSION} -DEPENDS+= Canna-server>=${CANNA_VERSION}:../canna-server -DEPENDS+= Canna-dict>=${CANNA_VERSION}:../canna-dict +DEPENDS+= Canna-server>=${CANNA_VERSION}:../../inputmethod/canna-server +DEPENDS+= Canna-dict>=${CANNA_VERSION}:../../inputmethod/canna-dict EXTRACT_ONLY= # empty NO_CHECKSUM= YES -- cgit v1.2.3