summaryrefslogtreecommitdiff
path: root/inputmethod/canna
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-07-19 10:11:48 +0000
committergrant <grant@pkgsrc.org>2005-07-19 10:11:48 +0000
commite720c400e212653dc1e76242fe0dcfc4a6e4f315 (patch)
tree06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /inputmethod/canna
parent9b1ec25d568c422f025b58ce280383899c1b8ae9 (diff)
downloadpkgsrc-e720c400e212653dc1e76242fe0dcfc4a6e4f315.tar.gz
depends should be ../../<category>/<pkg>
Diffstat (limited to 'inputmethod/canna')
-rw-r--r--inputmethod/canna/Makefile6
1 files changed, 3 insertions, 3 deletions
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