diff options
author | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
commit | e720c400e212653dc1e76242fe0dcfc4a6e4f315 (patch) | |
tree | 06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /inputmethod/canna-dict | |
parent | 9b1ec25d568c422f025b58ce280383899c1b8ae9 (diff) | |
download | pkgsrc-e720c400e212653dc1e76242fe0dcfc4a6e4f315.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'inputmethod/canna-dict')
-rw-r--r-- | inputmethod/canna-dict/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/canna-dict/Makefile b/inputmethod/canna-dict/Makefile index 567e7af954e..d279eb123c1 100644 --- a/inputmethod/canna-dict/Makefile +++ b/inputmethod/canna-dict/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2004/01/27 00:53:11 heinz Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/19 10:17:17 grant Exp $ # .include "../canna/Makefile.common" CANNA_MODULE= dict -BUILD_DEPENDS+= Canna-server>=${CANNA_VERSION}:../canna-server +BUILD_DEPENDS+= Canna-server>=${CANNA_VERSION}:../../inputmethod/canna-server NO_MTREE= yes OWN_DIRS= ${PREFIX}/canna |