diff options
author | obache <obache> | 2010-02-15 15:35:05 +0000 |
---|---|---|
committer | obache <obache> | 2010-02-15 15:35:05 +0000 |
commit | 2ff44725609ddea4eb8ce833e62fa219fe37b7e1 (patch) | |
tree | adf9f63ecaf6f00280cafaac0869e7cf089b9c8b /inputmethod | |
parent | 643e9771f7b67c815eb03158efe3e83075546102 (diff) | |
download | pkgsrc-2ff44725609ddea4eb8ce833e62fa219fe37b7e1.tar.gz |
not in pkgsrc-wip world anymore.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/sj3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/sj3/Makefile b/inputmethod/sj3/Makefile index 8aa77f88b24..278cc24fa46 100644 --- a/inputmethod/sj3/Makefile +++ b/inputmethod/sj3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2010/02/15 13:35:21 obache Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/15 15:35:05 obache Exp $ # .include "version.mk" @@ -13,7 +13,7 @@ COMMENT= SJ3 Japanese input method META_PACKAGE= yes -DEPENDS+= sj3-server>=${SJ3_VERSION}:../../wip/sj3-server -DEPENDS+= sj3-client>=${SJ3_VERSION}:../../wip/sj3-client +DEPENDS+= sj3-server>=${SJ3_VERSION}:../../inputmethod/sj3-server +DEPENDS+= sj3-client>=${SJ3_VERSION}:../../inputmethod/sj3-client .include "../../mk/bsd.pkg.mk" |