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/sj3-dict/Makefile | |
parent | 9b1ec25d568c422f025b58ce280383899c1b8ae9 (diff) | |
download | pkgsrc-e720c400e212653dc1e76242fe0dcfc4a6e4f315.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'inputmethod/sj3-dict/Makefile')
-rw-r--r-- | inputmethod/sj3-dict/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/sj3-dict/Makefile b/inputmethod/sj3-dict/Makefile index 72baaccf9d0..83cd29e5c4a 100644 --- a/inputmethod/sj3-dict/Makefile +++ b/inputmethod/sj3-dict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:11 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/07/19 10:17:17 grant Exp $ # DISTNAME= sj3-2.0.1.20 @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.sony.co.jp/pub/unsupported/src/ \ MAINTAINER= tech-pkg-ja@jp.NetBSD.org COMMENT= Japanese input method (dictionary) -BUILD_DEPENDS+= sj3-server-bin>=2.0.1.20nb1:../sj3-server-bin +BUILD_DEPENDS+= sj3-server-bin>=2.0.1.20nb1:../../inputmethod/sj3-server-bin FILESDIR= ${.CURDIR}/../sj3-lib/files DISTINFO_FILE= ${.CURDIR}/../sj3-lib/distinfo |